calorie counter app built with the django framework...
-
clone this project into local machine using :
git clone https://github.com/shubhamAW/calorie_counter_app.git
-
go to the project folder :
cd calorie_counter_app
-
go to inside folder using :
cd calorie_counter
-
now to install and activate virtual environment use command :
pipenv shell
-
Now install django :
pipenv install django
-
for this project we need django-filter library by using :
pip install django-filter
-
now run this project :
python manage.py runserver
-
head over to http://127.0.0.1:8000/ to see your calorie counter app homepage.
-
Now for other activity it shows you error because you have not login there
-
for register head over to http://127.0.0.1:8000/register/ and register ..
-
login with your login information
-
after login you will able to do add food , profile and select food etc..
-
output screens :
for any query connect to linkedin https://www.linkedin.com/in/shubhamwaykar/