Setup Instructions

Prerequisites

  • Python 3.12
  • Django
  • Poetry

Installation

  1. Install dependencies with poetry: poetry install

  2. Configure the database: Update the settings.py file with your database configuration.

  3. Apply migrations:

    python src/run.py migrate
  4. Run the server:

    python src/run.py runserver