API for the Mood Broadcast project
To run the project, you need to create :
Rocket.toml
based on the example file with username/password/url for your databasesrc/secret.key
usinghead -c16 /dev/urandom > src/secret.key
cargo run
and you're good to go!
Run docker-compose up
or build images yourself and run them :).
Happy hacking