Releases: T1b4lt/fatsecret-rest-api
Releases · T1b4lt/fatsecret-rest-api
v1.0.0
Version 1
Supported countries:
- US
- Spain
Swagger documentation at /
path.
Try it!
- Download this release and go inside the directory
- Create a virtual Python environment the way you prefer (I usually use this):
python3 -m venv fatsecret_env
- Activate the enviroment:
source fatsecret_env/bin/activate
- Install all dependencies:
pip install -r requirements.txt
- Run app.py
python app.py
- Visit Swagger Doc at localhost:5000