Skip to content

Django application which helps you to calculate and keep in balance your calories

Notifications You must be signed in to change notification settings

Justeeee/django-calorie-tracker-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Ecommerce API Using Django And Python

The intention here is to create a web app using Django that tracks calories intake and track the calories consumptions.

Pre-Requisites

  • Python 3.9
  • Django

Steps to run:

  • In PipFile, the dependencies are mentioned. It is recommended to run the app inside a virtual environment to avoid conflict of existing dependencies.
    • Create virtualenv for Python 3.9

    • Run the command pip install -r requirements.txt

    • Run the command ./manage.py makemigrations and ./manage.py migrate or just use make migrate

    • Run ./manage.py runserver or make run to start the server

    • Open http://127.0.0.1:8000/ to start

    • Since this is a demo project, the password is written directly in settings.py. For security reasons of your account, it is recommended you store the password in key vault or encrypt it and then host the application or push your changes to GitHub.

    • This project is not complete yet, if you will get any problems with it, contact me in Telegram https://t.me/JustProgrammer03

RESULT:

image

About

Django application which helps you to calculate and keep in balance your calories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published