This commit is contained in:
Maieul BOYER 2025-06-13 23:38:13 +02:00
parent 2f991d9743
commit 985c636360
No known key found for this signature in database
36 changed files with 6507 additions and 2 deletions

23
src/db/README.md Normal file
View file

@ -0,0 +1,23 @@
# Getting Started with [Fastify-CLI](https://www.npmjs.com/package/fastify-cli)
This project was bootstrapped with Fastify-CLI.
## Available Scripts
In the project directory, you can run:
### `npm run dev`
To start the app in dev mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
### `npm start`
For production mode
### `npm run test`
Run the test cases.
## Learn More
To learn Fastify, check out the [Fastify documentation](https://fastify.dev/docs/latest/).