utab server written in node js
The documentation is available at here
(outdated. see the next link)
You can briefly see the methods supported in resource URLs at here
utab-core, which works inside the server, is here
- MongoDB has a connection limit. You must configure it up to 1000 or more to run your server safely.
-
Clone this repository.
$ git clone --recursive https://github.com/taulukointipalvelut/utab-server
-
Move to repository folder.
$ cd utab-server
-
Install node dependencies.
$ npm install
-
Start MongoDB.
$ mongod
-
Run app.
$ node app
You can figure out how this server works by using Postman. Import postman/*.json