Home
Softono

Mock ERP

Open source JavaScript
11
Stars
8
Forks
6
Issues
1
Watchers
3 years
Last Commit

 About 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.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Mock ERP?

We provide expert installation service for this software. Our team will install, configure, and secure Mock ERP on your server. plans start at just $30.

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

  1. Clone the project to your directory
  2. In terminal type
cd ERP_backend
npm install
cd ..
cd ERP_frontend
npm install
  1. Once all dependencies are installed, get into ERP_frontend and run
npm start

4.get into ERP_backend and run

node index.js
  1. The application works at Localhost:3000