Clone the Repo to local directory.
Check whether NodeJS and MongoDB is running.
Cd to Folder and run npm install
After successfully installing all the modules.
Run npm run watch
to see the server running with the changes if any are there too in future.
Go to Postman to check for the endpoints.
Method: POST http://localhost:3000/api/products
Body : { "name": "Product 100", "price": 60, "description": "This is a sample product", "views" : 0 }
Header: application/json