standard flask api project, includes some swagger gen
prerequisites:
- python3
- pip
to get started:
python -m venv venv
source ./venv/bin/activate (if on *nix based system)
./venv/Scripts/Activate.ps1 (using powershell on windows)
pip install -r requirements.txt
python api.py
Postman collection included
Swagger can be found at localhost:5000/apidocs