/api

API and Dashboard

Primary LanguagePythonMIT LicenseMIT

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:

  • localhost:8000 - dashboard
  • localhost:8001 - api
  • localhost:8002 - mtls-api

Tests

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