I2rys / pao-server

Pao server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pao Server

Pao server.

Installation

Github:

git clone https://github.com/I2rys/pao-server

NpmJS:

npm i mongodb express

Setup

  1. Open index.js and put your MONGODB url database in Pao > mongodb.
  2. In your MongoDB make a database called core and a collection called pao.users.
  3. Change the master key in index.js which is in Pao > masterKey, make sure the master key matches the Pao > masterKey in the framework too.

Usage

node index.js

License

MIT © CSPI

About

Pao server.

License:MIT License


Languages

Language:JavaScript 100.0%