An online multiplayer version of the classic Russian card game Durak, built with Django and Django Channels.
git clone https://github.com/uxabix/Django-Fools_Arena
cd Django-Fools_ArenaCopy .env.example to .env:
cp .env.example .envRun containers:
docker compose up --buildAvailable services:
- Django + Channels: http://localhost:8000
- PostgreSQL: localhost:5432
Run migrations:
docker compose exec web python manage.py migrateCreate a superuser (optional):
docker compose exec web python manage.py createsuperuserdocker compose exec web python manage.py collectstaticAll commands should be executed inside the web container. Examples:
docker compose exec web python manage.py shell
docker compose exec web python manage.py makemigrations
docker compose exec web pytest -v docker compose down- Django, REST, Channels
- PostgreSQL
- Docker
- GitFlow
- Sphinx
Early development stage.
See ROADMAP.md for the roadmap.
No license yet. All rights reserved by the authors.