To run the project, follow these steps:
- Copy
.env.exampleto.env:
cp .env.example .env-
Edit
.envto fill in your specific details, such asSECRET_KEY,ALLOWED_HOSTS, and database credentials. -
Build and start the Docker containers:
docker compose up -d --build- Access the application at
https://localhost.