Esports tournament platform by Auzom Entertainment.
- Install Docker.
- Install Docker Compose.
- Make sure ports
3000
and5432
aren't taken.
- Run
docker-compose up -d
to launch the app. - Run
docker-compose logs -f
and wait until it stops printing stuff rapidly. Exit withctrl + c
. - Optional. Run
scripts/db-replace-dev somedump.sql
to import a database dump. - Run
scripts/db-migrate
, even if you've imported a dump. - The app should be available at
localhost:3000
.
- Run
docker-compose kill
to shut down the app. - Optional. Run
docker-compose rm
to clean up (data isn't preserved).
... to Michiel De Backker AKA Wieweet, who has helped me out with the workload and implemented a few important API endpoints / some key model logic in the early days of Auzom.
The original screenshots, which background images on the landing page are derived from, aren't made by me, but rather ShadowSix and Berdu, who were kind enough to allow us to use them for Battlefield Conquest League, Aces High and Auzom itself.
All SVG files in frontend/src/assets
, besides logo.svg
, belong to the
respective brands/creators.
Auzom's logo is owned by Olegs Jeremejevs and has no license. You can get permission to use it via email in my profile.
The rest of the repository is covered by MIT License
(Expat), as seen in LICENSE.md
.