A kickstart for your node backend project with mongo db
clone repo and use npm install or yarn install
to start the development server, use npm run dev or yarn dev
to start the production server, use npm run start or yarn start
go to url http://localhost:<PORT> to see if server is up and running
default port is 5000