/Calorie-Calculator-in-Python-Django

The calorie counter app is a great way to keep track of all the calories you are burning every day. The user can add all the food they are eating and the app will count the calories.

Primary LanguagePython

Calorie-Calculator-in-Python-Django

The calorie counter app is a great way to keep track of all the calories you are burning every day. The user can add all the food they are eating and the app will count the calories.

Tech Used

  • Django
  • Python
  • Html
  • CSS

Run Locally

Clone project

git clone https://github.com/nandinichhajed/Calorie-Calculator-in-Python-Django.git

Get project folder

cd .\CalorieClaculator\

Create virtual Environment

virtualenv venv

Activate virtual Environment

.\venv\Scripts\activate

Install dependencies

pip install -r requirements.txt

Migrate

python manage.py makemigrations
python manage.py migrate

Create super user

python manage.py createsuperuser

Run server

python manage.py runserver

( * Running on http://127.0.0.1:8000/)

Feedback

These samples may be updated from time to time so you might want to get updates using git pull. Also if there are bugs, you are welcome to submit a Pull Request on github.Either Reach out to me on LinkedIn

Author

Nandini Chhajed
Email: nandinichhajed08@gmail.com

========Thank You !!!=========