Skip to content

Nimplex/nmbin

Repository files navigation

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