readme
forgot to update readme when I added auth
This commit is contained in:
parent
5d64a3137a
commit
e0369b50dd
@ -12,13 +12,12 @@ right now it's just the skeleton, but the database is hooked up
|
|||||||
* **axum + tokio**: for the server.
|
* **axum + tokio**: for the server.
|
||||||
* **sqlx + sqlite**: migrations are automated, and i've got WAL mode and foreign keys turned on.
|
* **sqlx + sqlite**: migrations are automated, and i've got WAL mode and foreign keys turned on.
|
||||||
* **askama**: handling the html templates.
|
* **askama**: handling the html templates.
|
||||||
* **styling**: vtg fonts and a tiled background.
|
|
||||||
|
|
||||||
### status
|
### status
|
||||||
* [x] basic routing / main page works
|
* [x] basic routing / main page works
|
||||||
* [x] database connection and migrations.
|
* [x] database connection and migrations.
|
||||||
* [x] basic layout and base templates.
|
* [x] basic layout and base templates.
|
||||||
* [ ] auth logic (login/register routes).
|
* [x] auth logic (login/register routes).
|
||||||
* [ ] thread and post functionality.
|
* [ ] thread and post functionality.
|
||||||
|
|
||||||
it's a start.
|
it's a start.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user