Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 506 Bytes

File metadata and controls

18 lines (14 loc) · 506 Bytes

Connexion App

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.