Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 507 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 507 Bytes

To_Do_WebApp

Features

  • User Authentication System - Users can register, login and logout
  • Add, Edit tasks
  • API End points

QuickStart

  • Create Virtual Environment : venv/scripts/activate

  • Install all the dependencies

    pip install -r requirements.txt

  • This will create the tables in the Database

    python manage.py migrate

    python manage.py createsuperuser

Run Server

  • python manage.py runserver

Open a browser to http://127.0.0.1:8000/admin/ to open the admin site