To run the project, follow these steps:
- Copy
.env.example
to.env
:
cp .env.example .env
-
Edit
.env
to 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
.