Nonstop API

API Documentation

Run locally

  1. Run ./build.ps1 -Target Docker (Windows) or ./build.sh --target Docker (Mac/Linux) from a terminal window
  2. Change to the docker directory (cd ./docker/)
  3. Run docker-compose up

Swagger

API documentation is provided via Swagger. To view the interactive API documentation please follow the instructions above to run locally then navigate to http://localhost:5000/swagger/index.html

In this document