Calorie Calculator to record and estimate number of calories we need to consume daily. This app can also provide guidelines for gaining or losing weight.
To install required libraries, use pip installer from the command line.
pip install django
pip install django-filter
django-admin startproject CalorieCalculator
cd CalorieCalculator
django-admin startapp Fityfeed
py manage.py makemigrations
py manage.py migrate
py manage.py createsuperuser
python manage.py runserver