A simple React/Django questionnaire app, split into two independently runnable pieces in this repo:
backend/— Django + Django REST Framework API. See backend/README.md for setup.frontend/— React + Vite app. See frontend/README.md for setup.
CI (.github/workflows/ci.yml) runs backend and frontend checks as separate jobs, each only when files under that folder change.