mirror of
https://github.com/evroon/bracket.git
synced 2026-02-01 01:51:19 -05:00
f641fc68b8a723ed75942a2a1cc8a5700741463d
Updates the requirements on [databases](https://github.com/encode/databases) to permit the latest version. - [Release notes](https://github.com/encode/databases/releases) - [Changelog](https://github.com/encode/databases/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/databases/compare/0.6.2...0.7.0) --- updated-dependencies: - dependency-name: databases dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Ladderz
Ladder tournament system meant to be really easy to use.
Setup
Frontend
yarn
npm run dev
Backend
./run.sh
Database
Create a new ladderz database in a ladderz cluster:
sudo pg_createcluster -u postgres -p 5532 13 ladderz
pg_ctlcluster 13 ladderz start
sudo -Hu postgres psql -p 5532
CREATE USER ladderz_ci WITH PASSWORD 'ladderz_ci';
CREATE DATABASE ladderz_ci OWNER ladderz_ci;
Config
Put JWT_SECRET in prod.env using openssl rand -hex 32
Languages
TypeScript
51.1%
Python
47.6%
CSS
0.8%
Dockerfile
0.2%