Getting Started with Fastify-CLI

This project was bootstrapped with Fastify-CLI.

Available Scripts

Initial steps for the database setup:

  • Create database and create a .env file using the .env.example
  • npm run migration
  • npm run seed

In the project directory, you can run:

npm run dev

To start the app in dev mode.
Open 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.