New updated and unfinished backend for the tournament-tracker web app
How to run:
- Install docker
- Install sqlx-cli: cargo install --version=0.2.0 sqlx-cli --no-default-features --features postgres
- Run ./scripts/init.db
- If missing or outdated sqlx-data.json: cargo sqxl prepare -- --bin app
- cargo run