Its a Basic Web App, that performs CRUD operations. Technoloy Used: Node, Express, MongoDB, Mongoose, JavaScript and Nodemon.
cd into root folder of project and then start express server:
npm install
npm run start
Open http://localhost:3000 with your browser to see the result.