Web application structure
The last web dev way of doing for me was MVC model. It works, it keeps things neatly split.
I don't expect this product to have hundreds of handlers either. Obviously, instead of Controllers,…
Identify/Select Database/ORM library for the project
From my limited exposure to Rust and its DB client story, https://github.com/launchbadge/sqlx has been a strong candidate folks recommend.
Configure automated testing
Might be because I don't have write permissions, but put me in for this one