This directory contains the backend of the application, which is a Django project.
- Framework: Django
- Language: Python
- Dependency Management: uv
- Install dependencies:
uv sync
- Run the development server:
uv run python manage.py runserver
The api/scripts directory contains utility scripts to help with development:
genenv.sh: Generates the.envfile from.env.example.setup.sh: Performs initial project setup, including dependency installation and database migrations.start.sh: Starts the Django development server.test.sh: Runs the Django test suite.