Home
Softono
mock-ERP

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

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
  3. Once all dependencies are installed, get into ERP_frontend and run
    npm start

    4.get into ERP_backend and run

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