Skip to content

naityik/django-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Django Multi-User Task API

A secure, multi-user To-Do application built with Django and Django Rest Framework.

๐Ÿš€ Features

  • User Authentication: Secure Login, Logout, and Registration.
  • Data Privacy: Users only see and manage their own tasks.
  • REST API: Full JSON API endpoints for external integration.
  • Automated Tests: Unit tests ensuring logic integrity.

๐Ÿ› ๏ธ Installation

  1. Clone the repo: git clone <your-url>
  2. Install requirements: pip install django djangorestframework
  3. Migrate database: python manage.py migrate
  4. Run server: python manage.py runserver

About

Django Todo Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published