portAL - Adventure's League community management service
Full-stack D&D Adventurers League portal with Django REST backend and React frontend.
Docker and Docker Compose (v2+)
Bootstrap:
git clone git@github.com:dnd-al-krk/portal.git
cd portal
cp compose.dev.yml compose.override.yml
docker compose build
docker compose run --rm backend bootstrapStart dev environment:
docker compose upFrontend: localhost:3000
Backend/Admin: localhost:8000/admin/
Admin:
- username:
admin@domain.com - password:
portal123
DMs: dmX@domain.com (e.g. dm1@domain.com)
Players: userX@domain.com (e.g. user1@domain.com)
Password = login for all test accounts.
- Python 3.11+, Django 5.2, DRF
- PEP-8, max line length 120 chars
- Black formatter
- Branch pattern:
feature/123-ticket_description
Backend:
docker compose run backend pytestFrontend:
cd frontend && npm testportAL is unofficial Fan Content permitted under the Fan Content Policy. Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC.
Note: Code itself is available under open source licence, but repository materials (especially images) are used under Fan Content Policy and cannot be redistributed or used commercially.