use npm install
or npm i
to install all the dependencies
- Declare environment variables in the file
- use
npm start
to start a prod server - use
npm run dev
to start dev server
open localhost:5000 in browser
***Go to /api/docs to get all route documentation