This is part of my learning project (MERN stack).
- git clone
- npm install
- set up mongoDB account here (https://cloud.mongodb.com/) and get mongo connection URL
- create default.json in config folder and put the values as below { "mongoURI": "Your mongo URL", "jwtToken": "Your JWT secret key" }