Skip to content

zenika-open-source/secrust-santa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secrust-santa

Secret Santa implemented in Rust 🦀

Back

  • Using Rocket
  • Persistence: Postgres

Development Environment

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

Data model

  • Session

    • Identifier: uuid
    • Name
  • Participant

    • Identifier: uuid
    • Name
    • Linked to a session
  • Blacklist:

    • List of uuid tuples
    • Linked to a session

Front

  • Web Assemby with yew

About

Secret Santa implemented in Rust 🦀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published