Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 736 Bytes

IP Manager:

Technology:

  1. NodeJs
  2. MongoDB
  3. ReactJs

Main Function:

Detail in requirement.txt file
Example input file in example.xlsx file

How to install:

  1. Install MongoDB Community Edition
  2. Clone project from github
  3. open CMD and cd to project
  4. run npm install to install requirement package
  5. config in .env file: Database name, Collection name, ....
  6. run node server.js to start server

NOTE:

You should install pm2 package to start server instead of using node command
If you using pm2 package, please use pm2 start ecosystem.config.js to start server