Skip to content

Todo Web App built in Django with Authentication and Email verification.

Notifications You must be signed in to change notification settings

pc7122/TodoApp-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp - Django

Welcome to TodoApp, a meticulously crafted Django-based todo web application that combines robust security features including email verification, OTP authentication, and password hashing, with a clean and efficient codebase. Experience seamless task management in a protected environment, where your data's security is paramount, and your productivity is optimized. TaskGuard: Where organization meets peace of mind.


Installation

Create a virtual environment

  python -m venv venv

Install dependencies

  pip install -r requirements.txt
  1. Make Migrations
  python manage.py makemigrations
  1. Migrate changes to database
  python manage.py migrate
  1. Create a super user
  python manage.py createsuperuser
  1. Run Server
  python manage.py runserver
  1. Email Configuration in .env file
  HOST_EMAIL = "YOUR_EMAIL"
  HOST_PASSWORD = "YOUR_PASSWORD"

About

Todo Web App built in Django with Authentication and Email verification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published