Skip to main content

🚀 Run

🚀 Run

The API can be started via one of the following commands:

  1. Start the API in development env, with nodemon.
npm run dev
  1. Start the API in production env, without nodemon.
npm start