Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 597 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 597 Bytes

tournament-tracker-backend Coverage Status Rust

New updated and unfinished backend for the tournament-tracker web app

How to run:

  1. Install docker
  2. Install sqlx-cli: cargo install --version=0.2.0 sqlx-cli --no-default-features --features postgres
  3. Run ./scripts/init.db
  4. If missing or outdated sqlx-data.json: cargo sqxl prepare -- --bin app
  5. cargo run