Stock Overflow is a warehouse stock manager developed using React, MongoDB and Express.js. It provides Admin as well as Client side dashboard for managing the stocks.
git clone https://github.com/AkashSCIENTIST/StockOverflow.git
cd StockOverflow
After this, open three terminals in the folder
cd backend/db
mongod --dbpath=data --bind_ip 127.0.0.1
cd backend
npm install
node Server.js
cd frontend
npm install
npm start
password for admin is "root"
+ Add Item
button is used to add a new stock (with id, name, quantity) to database
Add
button is used to add more quantity to existing stock
Delete
button is used to remove a stock from database
password is not used for Client authentication
Purchase
button is used to purchase a stock (which decreaments the quantity in database)
Akash S P |
Archana E |
Harshan R |
Logeshwaran C |
Tharun K C |