Skip to content

Stock Overflow is a warehouse stock manager developed using React, MongoDB and Express.js

Notifications You must be signed in to change notification settings

LOGESHWARAN-C/StockOverflow-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/LOGESHWARAN-C/StockOverflow-1.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

About

Stock Overflow is a warehouse stock manager developed using React, MongoDB and Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.6%
  • CSS 24.7%
  • HTML 9.7%