The node server source code is inside the folder node-server The react client source code is inside the folder react-client
- Get mongodb URI: https://www.mongodb.com/nodejs-database
- Assign the URI in .env file for the variable ATLAS_URI
- Perform npm i
- Run the server by: npm start
- By default server will run in port 5000
- The server URL is configured in .env. Defaulted as localhost:5000
- Perform npm i
- Run the app by: npm run start
- By default app will run in port 3000