rust-web-app icon indicating copy to clipboard operation
rust-web-app copied to clipboard

An example Rust web application with a focus on module structure

Results 3 rust-web-app issues
Sort by recently updated
recently updated
newest added

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...

idea

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.

idea

This affects both the `app` and `domain`. We need to authenticate users in the app and then authorise their behaviours in the domain somehow.

idea