A secure, multi-user To-Do application built with Django and Django Rest Framework.
- 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.
- Clone the repo:
git clone <your-url> - Install requirements:
pip install django djangorestframework - Migrate database:
python manage.py migrate - Run server:
python manage.py runserver