Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 2.12 KB

README.md

File metadata and controls

77 lines (53 loc) · 2.12 KB

Stock Overflow

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.

Getting started

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

Login Page (for Admin)

password for admin is "root"


Dashboard (for Admin)

+ 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


Login Page (for Client)

password is not used for Client authentication


Dashboard (for Client)

Purchase button is used to purchase a stock (which decreaments the quantity in database)

Collaborators

Akash
Akash S P
Archana
Archana E
Harshan
Harshan R
Logeshwaran
Logeshwaran C
Tharun
Tharun K C