Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 738 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 738 Bytes

CodeFactor
Place for your code.

Requirements

1. MongoDB database.
2. Node v11+.

Installation

  1. Create file called config.json in project's root directory.
{
    "port": "2452",
    "mongo": { 
        "ip": "127.0.0.1:27017", 
        "database": "nmbin", 
        "username": "Nimplex", 
        "password": "password",
        "authDatabase": "admin"
    }
}
  1. Install all dependencies. npm install --save
  2. Build code. npm run build
  3. Run server. node dist/server.js

Screenshot

Screenshot