Skip to content

prjctakshay/ToDo-Python-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App

TODO App made with Django framework in the backend, and with CSS, JS, and Bootstrap for the frontend.

Installation and Running

  • 1 - Run the command git clone <repository-url> to have this repository locally in your computer

  • 2 - change into the new directory

  • 3 - Install requirements pip install -r requirements.txt

  • 4 - python manage.py makemigrations

  • 5 - python manage.py migrate

  • 6 - Runserver on port 8000

    python manage.py runserver

    http://127.0.0.1:8000/

  • 7 - Open your web browser and enter the adress of your local server (usually its http://127.0.0.1:8000 )

About

it is simple todo app based on python django framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published