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.
- 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 start
4.get into ERP_backend and run
node index.js
- The application works at Localhost:3000