Secret Santa implemented in Rust 🦀
- Using Rocket
- Persistence: Postgres
secrust-santa
is based on Diesel to interact with the PostgreSQL DB.
To use it, you can install the Diesel CLI :
cargo install diesel_cli --no-default-features --features postgres
-
Session
- Identifier: uuid
- Name
-
Participant
- Identifier: uuid
- Name
- Linked to a session
-
Blacklist:
- List of uuid tuples
- Linked to a session
- Web Assemby with yew