Open http://localhost:3000/api/docs to view it in the browser.
In the project directory, you can run:
To start the app in dev mode.
Open http://localhost:3000 to view it in the browser.
For production mode
Run the test cases.
Generate/regenerate the prisma client. This should be done after changing the prisma schema.
Migrate the prisma schema to the database and test database. This should only be run in the dev environment.
Clears the database and applies migrations. This should only be run in the dev environment.
Deploys the pending migrations to the databases.
To learn Fastify, check out the Fastify documentation.