Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 853 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 853 Bytes

utab-server

utab server written in node js

Documentation

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

Attention

  1. MongoDB has a connection limit. You must configure it up to 1000 or more to run your server safely.

Usage

  1. Clone this repository. $ git clone --recursive https://github.com/taulukointipalvelut/utab-server

  2. Move to repository folder. $ cd utab-server

  3. Install node dependencies. $ npm install

  4. Start MongoDB. $ mongod

  5. Run app. $ node app

Postman

You can figure out how this server works by using Postman. Import postman/*.json