Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@T1b4lt T1b4lt released this 15 Aug 14:50
· 1 commit to main since this release

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