The Diet Tracker is a Django web-based application that allows users to track their daily food intake. It provides a user-friendly interface for logging meals, tracking calories and offering insights on healthy food habits.
git clone https://github.com/Vruddhi18/diet-tracker_django.git
cd foodie
python manage.py migrate
python manage.py runserver