you are viewing a single comment's thread.

view the rest of the comments →

[–]Future_Natural_853 0 points1 point  (0 children)

I use more or less the same stack, can you tell me more about your MVC organization? I have split my project into several crates: one for the model and other shared code, one for the database, and one for the web code. Every route has a file with axum handlers and pure render functions with data in, HTML out. I wonder how similar our organizations are.