diff --git a/README.md b/README.md index fa3b6e2..a1ee476 100644 --- a/README.md +++ b/README.md @@ -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.