Skip to content

calorie counter app built with the django framework...

Notifications You must be signed in to change notification settings

shubhamAW/calorie_counter_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

calorie_counter_app

calorie counter app built with the django framework...

To run this project

  1. clone this project into local machine using : git clone https://github.com/shubhamAW/calorie_counter_app.git

  2. go to the project folder : cd calorie_counter_app

  3. go to inside folder using : cd calorie_counter

  4. now to install and activate virtual environment use command : pipenv shell

  5. Now install django : pipenv install django

  6. for this project we need django-filter library by using : pip install django-filter

  7. now run this project : python manage.py runserver

  8. head over to http://127.0.0.1:8000/ to see your calorie counter app homepage.

  9. Now for other activity it shows you error because you have not login there

  10. for register head over to http://127.0.0.1:8000/register/ and register ..

  11. login with your login information

  12. after login you will able to do add food , profile and select food etc..

  13. output screens :

image

image

image

image

for any query connect to linkedin https://www.linkedin.com/in/shubhamwaykar/

About

calorie counter app built with the django framework...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published