- Node js installed
- Mongodb installed
- nodemon installed (to use dev server)
- install all node dependencies by running
npm i
- to start the dev-sever (hot reloading enabled) run
npm run dev
- if nodemon is not installed you can use the default node server by running
npm run start
- go to localhost:3000 to access the server