Backend status
Django is exposed through a simple health endpoint and proxied through the Nuxt server.
starting
A lean Milo monorepo with Nuxt in app/, Django in backend/, Telegram meal logging through /api/webhooks/telegram/, and daily summaries.
Django is exposed through a simple health endpoint and proxied through the Nuxt server.
/api/webhooks/telegram/send_daily_summaries command for Telegram rollupsnpm run dev:full starts PostgreSQL, syncs Python, runs migrations, and launches both apps.
Django owns the explicit /api prefix in its own urls.py, including health and Telegram webhook routes.