A practice project for King Jajo and Arthur
A beginner-friendly Todo List REST API built with Django, Django REST Framework, and MySQL. This backend will power a collaborative fullstack app.
- User registration and login (token-based authentication)
- CRUD operations on tasks
- Each user sees only their own tasks
- Connected to MySQL instead of SQLite
- Ready for frontend integration
- Python 3
- Django
- Django REST Framework
- MySQL
- Postman for testing
git clone https://github.com/YOUR_USERNAME/todo-list-backend.git
cd todo-list-backend