This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
BreCal/src/server
2023-03-04 15:37:03 +01:00
..
BreCal tried to return a participant 2023-03-04 15:37:03 +01:00
README.md Open API 3.0 2023-03-02 09:22:37 +01:00
requirements.txt Open API 3.0 2023-03-02 09:22:37 +01:00
setup.py Open API 3.0 2023-03-02 09:22:37 +01:00

BreCal

OpenAPI 3.0 Generated Flask project

All the routes are defined in 'project/api' folder. Each route parses the request and calls the corresponding function in the 'project/impl' directory passing all the parameters and request body as function arguments.

To run this project:

pip install -r requirements.txt
export FLASK_APP='BreCal'
export FLASK_ENV=development
flask run