A web-app that allows looking at the results of tournament stages including player rankings, frequency of picks etc. There is barely much of anything implemented yet so this is nowhere near ready.
This project uses Svelte and Tailwind CSS in the frontend, and Rust, Tonic (gRPC Backend Server), SeaORM and PostgreSQL in the backend so far. This might be overkill but it is mostly for me to learn how to do webdev stuff.
You should have Rust and NodeJS installed and have a local instance of PostgreSQL running. You can use the start script in the backend directory to start a container.
The script uses podman, but you can use docker instead by replacing podman
with docker
in the script.
In frontend/
:
npm i
npm run dev
In backend/
:
cargo run