ID
Interactive Diary
Backend API. There's no website here — the mobile app talks to /api/.
Useful endpoints
- /health/ — service health check
- /admin/ — Django admin (superuser only)
POST /api/auth/register, POST /api/auth/login
GET /api/me, GET /api/tasks/, GET /api/notes/
GET /api/journal/<YYYY-MM-DD>