Talc Starter

Django, Next.js and Celery are wired in.

This is an empty fullstack base project. Replace this page, add your app modules in talc-back and build the UI in talc-front.

Backend

Django serves the API and exposes a simple health endpoint at /api/health/.

Celery

Worker and beat are configured through Redis with a sample heartbeat task scheduled every minute.

Frontend

Next.js App Router is ready and points to https://api.talcglobal.com/api.

Next steps