Run
The API can be started via one of the following commands:
- Start the API in
developmentenv, with nodemon.
npm run dev- Start the API in
productionenv, without nodemon.
npm startThe API can be started via one of the following commands:
development env, with nodemon.npm run devproduction env, without nodemon.npm start