An open API service indexing awesome lists of open source software.

https://github.com/follen99/healtyeats

Python Web Application that helps you eat healthier
https://github.com/follen99/healtyeats

Last synced: 4 months ago
JSON representation

Python Web Application that helps you eat healthier

Awesome Lists containing this project

README

          

# HealtyEats
Python Web Application that helps you eat healthier

# UI

## First Design

![img]( https://github.com/follen99/HealtyEats/blob/main/Media/Screenshots/FirstUI.png?raw=true )

## Some design upgrade and animations

https://user-images.githubusercontent.com/74026278/142220119-9a3472a5-23b9-42e2-98e9-83810bd11193.mov

# How to run

1. Open a terminal and move into the project folder

> cd HealtyEats

2. [Install Flask](https://flask.palletsprojects.com/en/2.0.x/installation/)

3. Set Flask app

> set FLASK_APP=app

4. Set Flask Envirorment

> set FLASK_ENV=development

5. Run the application

> flask run