A very simple blog site using only htmx, go to serve the html and mysql as a database
(and a lil bit of css/js)
$ docker-compose up
TODO:
- Manage users
- Only let users have access to what they should have (User.Access)
- use jwt instead of "base64(username) base64(password)"