Skip to content

To-Do Webapp developed using Django Framework.

Notifications You must be signed in to change notification settings

chazuttu/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

To-Do Webapp developed using Django Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published