Open fsktom opened 2 months ago
Been wanting to try using loco.rs, but not a good idea, since it's not CRUD app kek
Maybe take a look at this https://github.com/robertwayne/template-axum-htmx-tailwind
bc i wanna use axum, htmx, tailwind :P
I'm probably gonna have to change all Rc<str>
in endsong
to Arc
s
After working on #73 and using
rinja
(for generating static HTML files), I've been thinking... maybe create another binary crate, but instead of a CLI likeendsong_ui
, make it a server withaxum
or sth Everything web-based and interactive UI etc