4-player tournament organizer. https://edh.marqueewinq.xyz/
- Django v2 + Django-Rest-Framework
- jQuery + Bootstrap
- Docker for local development
- Deployed with nginx on a private server
- Check out the project
- Install pre-commit hooks:
pip install pre-commit
pre-commit install
- Run service:
docker-compose up --build
Tests can be run in docker-compose by docker-compose up test --abort-on-container-exit
or inside web/home/marqueewinq/code/synthesized/access-tmp container by python3 manage.py test.
Gitlab CI is configured to deploy to https://edh-pairings.marqueewinq.xyz/.