To start the app:
python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txt
python app.py
To see the UI go to: Swagger UI
The OpenAPI specification has been defined in the api.yaml file. The database is configured in the database.py file. The endpoint fulfillment functions are defined in the api.py file. The API configuration has been defined in the app.py file.