Skip to content

ranahtsham/CalorieCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalorieCalculator

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.

Project Prerequisites

To install required libraries, use pip installer from the command line.

pip install django
pip install django-filter

Build a Python Project

django-admin startproject CalorieCalculator
cd  CalorieCalculator
django-admin startapp Fityfeed

Migrations

py manage.py makemigrations
py manage.py migrate
py manage.py createsuperuser

Run Server

python manage.py runserver

Final Product

App Screenshot App Screenshot App Screenshot App Screenshot


🔗 Links - Rana Ahtsham

linkedin leetcode github

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published