A simple API for presentation at WCS workshop at SBB. The creaded YAML file is under the openapi_ folder
The implmentation use the _FastApi: https://fastapi.tiangolo.com/ framework which is fast&fun to work with.
- fastapi >= 0.57.0
- uvicorn >= 0.11.5
$ pip install -r requirements.txt
$ uvicorn main:app --reload