Commit Graph

8 Commits

Author SHA1 Message Date
Matthew Gordon d18ce42938 Move route handlers into app module 2024-02-12 21:59:29 -04:00
Matthew Gordon 3402cb799d Move config into module and improve error handling 2024-02-12 21:38:36 -04:00
Matthew Gordon efc04fa8e5 Replace ORM with plain SQL
Also move DB stuff into module.
2024-02-12 21:37:30 -04:00
Matthew Gordon 787a32eabc Add postgres DB with diesel. Possibly this was a mistake. 2024-02-10 23:34:53 -04:00
Matthew Gordon 563c32131d Rename env variable to be less ambiguous 2024-02-10 23:22:47 -04:00
Matthew Gordon 5e90f3436a Add static file serving with favicons
- Serve the "static" directory as static files.
- Add favicons.
2024-02-10 14:17:45 -04:00
Matthew Gordon 856482ce17 Stub in Axum templating 2024-02-10 13:16:37 -04:00
Matthew Gordon 70842b1db2 Create stub Axum app 2024-02-10 12:57:20 -04:00