Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 400 Bytes

ConnectUS Backend API Server

Running (Development)

The server software has only been tested on GNU/Linux.

$ git clone https://github.com/connectustoday/api-server.git
$ cd api-server
$ ./build.sh
$ ./run.sh

Running (Production)

It is recommended to use our docker image.

API Documentation

Please see our documentation here.