Skip to content

taulukointipalvelut/utab-server

Repository files navigation

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

About

utab server written in node js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published