mock-ERP
This is a MERN stack Application, of an ERP that can create new product list, record goods receival, inspection record of items and quality inspection of goods.
Usage instructions
- Clone the project to your directory
- In terminal type
cd ERP_backend npm install cd .. cd ERP_frontend npm install - Once all dependencies are installed, get into ERP_frontend and run
npm start4.get into ERP_backend and run
node index.js - The application works at Localhost:3000