forgot to update readme when I added auth
This commit is contained in:
Butter 2026-04-20 10:26:39 -04:00
parent 5d64a3137a
commit e0369b50dd

View File

@ -12,13 +12,12 @@ right now it's just the skeleton, but the database is hooked up
* **axum + tokio**: for the server.
* **sqlx + sqlite**: migrations are automated, and i've got WAL mode and foreign keys turned on.
* **askama**: handling the html templates.
* **styling**: vtg fonts and a tiled background.
### status
* [x] basic routing / main page works
* [x] database connection and migrations.
* [x] basic layout and base templates.
* [ ] auth logic (login/register routes).
* [x] auth logic (login/register routes).
* [ ] thread and post functionality.
it's a start.