Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.16 KB

backtracer

This has nothing to do with backtracing, it's just tracer's backend and API :)


Swagger Docs

Backtracer is the backend for Monitracer, Tracer's app. It works as an API to save and retrive the robot's information, including constants, rules and testing info. This is in a very early stage of development. API docs can be found on the badge above.

Getting started

Live version is at https://backtracer.thunderatz.org/, for local development and testing:

App runs by default at localhost:8000, go to localhost:8000/docs to see the docs and try the API


Authentication

Authentication is made via an API Key provided by the x-api-key header.


As stated, this is in very early stages, there's only a few endpoints, this README will be updated when more features are added