dependabot[bot] f641fc68b8 Update databases requirement from 0.6.2 to 0.7.0 in /backend
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>
2022-12-19 04:20:47 +00:00
2022-12-17 17:34:49 +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%