poi server.
See the wiki.
- Node.js 14.x
- MongoDB v4.2
Other versions are not tested
- Install dependencies with npm install
- copy
.env.example
to create.env
, this contains config file for the server - start mongodb, if the db path or port is different, specify them in the
.env
file - start the server by
node index.js