WoTTsecurity / api

API and Dashboard
https://dash.wott.io
MIT License
0 stars 2 forks source link

WoTT Backend/API

CircleCI

Development server

On the first run, run:

$ docker network create wott

Then:

$ docker-compose build
$ docker-compose up

You should now have three servers up and running:

Tests

$ docker-compose -f ./docker-compose.tests.yml up