This is an open source software for managing associations, clubs and other places that require coordination between multiple parties
-
Install Rust, follow the steps at https://rustup.rs/
-
Install Postgres
-
Move the
.env.example
file to.env
and replace or add fields. -
Run
cargo run
to run the project.
TODO