Skip to content

Python C.R.U.D. application to store food nutritional information and track the daily food calories. IMPORTANT - Please allow a couple of minutes for the app to load due to Render's free tier startup time

Notifications You must be signed in to change notification settings

Ha-Mundo/calorietracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calorie Tracker

Application to track the daily food calorie, made with python, flask-sqlalchemy.

1- Create a virtual environment: python -m venv env

2- Install all the dependencies and packages: pip install requirements.txt

3- Open the python shell and run these commads:

                        - python

                        - from calorietracker import create_app
                      
                        - from calorietracker.extensions import db

                        - from calorietracker.models import log_food, Food, Log
                         
                        - db.create_all(app=create_app())
                      
                        - exit()

4- flask run

Please allow a couple of minutes for the app to load due to Render's free tier startup time

About

Python C.R.U.D. application to store food nutritional information and track the daily food calories. IMPORTANT - Please allow a couple of minutes for the app to load due to Render's free tier startup time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published