Realtime multiplayer bullshit bingo for the web.
Stack: Rust, Postgres, Svelte.
Prepare the .env
file, spin up a postgres database and use sqlx to run the migrations:
cp api/.example-env api/.env
docker-compose up
cargo install sqlx-cli
sqlx migrate run
Start the frontend dev server with npm i && npm run dev
and run the API service with cargo run
.
Happy hacking :)