dustin vulfox
  • Joined on 2023-10-17
vulfox commented on issue MountainTownTechn.../aural_isle#2 2023-10-19 11:38:42 -04:00
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,…

vulfox commented on issue MountainTownTechn.../aural_isle#1 2023-10-17 20:21:12 -04:00
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.

vulfox commented on issue MountainTownTechn.../aural_isle#3 2023-10-17 20:12:45 -04:00
Configure automated testing

Might be because I don't have write permissions, but put me in for this one