dependabot[bot] e8e28091db Update alembic requirement from 1.9.0 to 1.9.1 in /backend
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>
2022-12-26 04:20:26 +00:00
2022-12-24 14:33:51 +01:00

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

Description
No description provided
Readme AGPL-3.0 30 MiB
Languages
TypeScript 51.1%
Python 47.6%
CSS 0.8%
Dockerfile 0.2%