rust-web-app
rust-web-app copied to clipboard
An example Rust web application with a focus on module structure
Events are a powerful mechanical for managing complex interactions without introducing a lot of brittle coupling. I haven't used them here just to keep things simple, but I would like...
I haven't worries about adding a consumer for the API here because it's not really the focus, but once you start consuming your API you realise how clunky it is.
This affects both the `app` and `domain`. We need to authenticate users in the app and then authorise their behaviours in the domain somehow.