Skip to content

RalitsaTerzieva/calorie-food-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Food Calorie Counter

DjangoPythonUdemyBootstrap

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.

Installation

  1. Clone the repository
git clone https://github.com/RalitsaTerzieva/calorie-food-app
  1. Install all required packages

  2. Complete all of the migrations

python manage.py makemigrations
python manage.py migrate
  1. Create a super user for yourself
python manage.py createsuperuser
  1. 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

Releases

No releases published

Packages

No packages published