Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.09 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.09 KB

ToDo app

Functionalities

allows user to

  • sign up to page.
  • log in authentication.
  • add tasks(title, description, status, priority).
  • set the status
  • delete the tasks.

Run Locally

Clone the project

  git clone /~https://github.com/manoj-gaonkar/ToDo-List.git

Go to the project directory

  cd ToDo-List

Activate virtual environment

  source todoenv/bin/activate

Run the server

  python manage.py runserver

Tech Stack

Client: Django, TailwindCSS

Server: WSGI (Web Server Gateway Interface)