Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marqueewinq/edh-pairings
https://github.com/marqueewinq/edh-pairings
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marqueewinq/edh-pairings
- Owner: marqueewinq
- License: mpl-2.0
- Created: 2024-10-07T08:11:36.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-18T09:19:06.000Z (2 months ago)
- Last Synced: 2024-11-18T10:39:28.270Z (2 months ago)
- Language: Python
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# edh-pairings
4-player tournament organizer. https://edh.marqueewinq.xyz/
## Stack
- Django v2 + Django-Rest-Framework
- jQuery + Bootstrap
- Docker for local development
- Heroku## Development
1. Check out the project
2. Install pre-commit hooks:```
pip install pre-commit
pre-commit install
```3. 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`.## Deployment
Gitlab CI is configured to deploy to https://edh-pairings.herokuapp.com/ through Heroku.