You can use this custom Django calorie counter application to practice Django and Python. It is a beginner step for learning how to write your first Django based food calorie counter. There are add and delete CRUD operation but if you want you can add more. It is using Chartjs for building a chart for the consumed food nutrition but you can use something else if you want to.
- Clone the repository
git clone https://github.com/RalitsaTerzieva/calorie-food-app
-
Install all required packages
-
Complete all of the migrations
python manage.py makemigrations
python manage.py migrate
- Create a super user for yourself
python manage.py createsuperuser
- Run your server
python manage.py runserver
If you liked the application, you can always show your appreciation by starring my repo 💫
Cheers, Ralitsa Popova