/HealtyEats

Python Web Application that helps you eat healthier

Primary LanguageHTML

HealtyEats

Python Web Application that helps you eat healthier

UI

First Design

img

Some design upgrade and animations

demo_animazioni.mov

How to run

  1. Open a terminal and move into the project folder

    cd HealtyEats

  2. Install Flask

  3. Set Flask app

    set FLASK_APP=app

  4. Set Flask Envirorment

    set FLASK_ENV=development

  5. Run the application

    flask run