Skip to content
Snippets Groups Projects
Commit e53cf36a authored by Maximilian Gruber's avatar Maximilian Gruber
Browse files

initial commit, README

parents
No related branches found
No related tags found
No related merge requests found
# Backend for Co-Calibration Demonstrator at FB 9.4
This work is part of the showroom for "Metrology for Digitalization" which is created by
department 9.4 at the Physikalisch-Technische Bundesanstalt.
## Run the backend
You can either start up the docker image:
```bash
- run the docker image by ... -
```
Or [setup a python environment](https://docs.python.org/3/library/venv.html) and directly run
```bash
uvicorn main:app --reload
```
## API documentation
The API is documented automatically at <http://127.0.0.1:8000/docs>
This should look like:
...img...
## Authors
- Maximilian Gruber
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment