git clone https://github.com/your-username/django-learning-hub.git cd django-learning-hub 2. **Create a virtual environment** ```bash python -m venv env source env ...
This is a simple To-Do List API built with Django REST Framework. It's designed as a warm-up project for beginners to practice model creation, viewsets, authentication, permissions, and basic testing.