Simple task management system built with Django and DRF.
- Docker and Docker Compose.
- (Optional) Python 3.13 and Poetry for local development.
make upAPI will be available at http://localhost:8000/api/.
POST /api/token/— obtain access/refresh.POST /api/token/refresh/— refresh access token.
- Swagger UI: http://localhost:8000/api/schema/swagger/
- Redoc: http://localhost:8000/api/schema/redoc/
make testmake format