Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

WoTTsecurity/api

Repository files navigation

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