mirror of
https://github.com/evroon/bracket.git
synced 2026-02-01 10:01:16 -05:00
01287407fc3a303e42331c2cfdf5c1324d29c3f3
Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic 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%