Simple Product management page(College Project). We can list products. Add details about Stock, Pricing etc. Using that we can generate sales reports.
Reference given : http://35.225.164.18/codelabs/Dynami_website/index.html?index=..%2F..index#0
- Express js
- ejs
- Bootstrap
- mongodb
- jquery
- Clone the repository
- Install mongodb
- Install node
- Type command "npm i" in the cloned directory
- Create a MongoDb database named "inventory"
- Create a Collection named "products"
- Start the server "nodemon index.js" in the cloned directory