https://github.com/i2rys/pao-server
Pao server.
https://github.com/i2rys/pao-server
pao server verification
Last synced: over 1 year ago
JSON representation
Pao server.
- Host: GitHub
- URL: https://github.com/i2rys/pao-server
- Owner: I2rys
- License: mit
- Created: 2023-11-07T10:11:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T10:22:31.000Z (over 2 years ago)
- Last Synced: 2025-01-22T00:52:30.022Z (over 1 year ago)
- Topics: pao, server, verification
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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