The backend for the Food & Fitness Agent. Built on Python using the Flask Web Framework.
pip3 install -r requirements.txt
Either set your environment variables correctly or add an .env file in the project root containing the following information:
GOOGLE_SECRET=yourGoogleSecret
SPOTIFY_SECRET=yourSpotifySecret
python3 .\myapi\app.py