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
- Host: GitHub
- URL: https://github.com/follen99/healtyeats
- Owner: follen99
- Created: 2021-11-16T20:16:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T15:21:09.000Z (over 4 years ago)
- Last Synced: 2025-10-23T19:45:17.262Z (8 months ago)
- Language: HTML
- Size: 6.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HealtyEats
Python Web Application that helps you eat healthier
# UI
## First Design

## 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