git clone https://github.com/yourusername/yourproject.git
cd yourproject
docker-compose up -d
docker-compose exec web python manage.py migrate
docker-compose exec web python manage.py createsuperuserApplication runs at http://localhost:8000
API docs are generated with drf-spectacular and available at:
- Swagger UI:
http://localhost:8000/api/schema/swagger-ui/