Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 340 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 340 Bytes

Warehouse-Stocktifity

ISPM FINAL PROJECT - Warehouse Management System

How to run

git clone https://github.com/whend12/Warehouse-Stocktifity.git

RUN BACKEND

cd backend-Stocktifity 
npm i 
nodemon index

RUN FRONTEND

cd frontend-Stocktifity 
npm i 
npm start