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.
Build & runs production.
Run the test cases.
Run the test cases with code coverage.
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.
openssl genpkey -algorithm ed25519 -out private.pem
openssl pkey -in private.pem -pubout -out public.pem