Skip to content
/ TStats Public

A webapp for displaying osu tournament stats like pools and player performances

License

Notifications You must be signed in to change notification settings

Skadic/TStats

Repository files navigation

TStats

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.

Prerequisites

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.

Building & Running

In frontend/:

npm i
npm run dev

In backend/:

cargo run

About

A webapp for displaying osu tournament stats like pools and player performances

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published