Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 514 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 514 Bytes

Screenshots

Screenshot from 2021-12-14 22-21-58

Installation

  • Clone the Repository
git clone https://github.com/chiragtaneja1/Todo-List-Django.git
  • Navigate to the folder
  cd Todo-List-Django
  • Install the required packages
pip install -r requirements.txt

Run App Locally

python manage.py runserver

View Link

http://127.0.0.1:8000