Skip to content

Releases: T1b4lt/fatsecret-rest-api

v1.0.0

15 Aug 14:50
Compare
Choose a tag to compare

Version 1

Supported countries:

  • US
  • Spain

Swagger documentation at / path.

Try it!

  1. Download this release and go inside the directory
  2. Create a virtual Python environment the way you prefer (I usually use this):
python3 -m venv fatsecret_env
  1. Activate the enviroment:
source fatsecret_env/bin/activate
  1. Install all dependencies:
pip install -r requirements.txt
  1. Run app.py
python app.py
  1. Visit Swagger Doc at localhost:5000