This is a Django project powered by Poetry, a dependency management tool for Python.
- Python 3.x
- Poetry
-
Clone the repository:
git clone <repository_url>
-
Navigate to the project directory:
cd <project_directory>
-
Install project dependencies using Poetry:
poetry install
-
Apply database migrations:
poetry run python manage.py migrate
To start the Django development server, run the following command:
bash python manage.py runserver