Go to file
Drew Galbraith e6ff8adb14 Add ability to update items using htmx. 2024-12-03 22:05:32 -08:00
assets Move to using rendered templates in rust. 2024-12-02 21:33:33 -08:00
migrations Update backend to allow creating tasks to work with the browser. 2024-07-05 22:56:25 -07:00
src Add ability to update items using htmx. 2024-12-03 22:05:32 -08:00
templates Add ability to update items using htmx. 2024-12-03 22:05:32 -08:00
.gitignore Update gitignore to include new sqlite filetypes. 2024-07-06 00:06:56 -07:00
Cargo.lock Add ability to update items using htmx. 2024-12-03 22:05:32 -08:00
Cargo.toml Add ability to update items using htmx. 2024-12-03 22:05:32 -08:00
README.md Add ability to update items using htmx. 2024-12-03 22:05:32 -08:00

README.md

Captain's Log

A WIP bespoke task tracking app with a userbase of 1.

Running the server

There are 3 servers to run to enable hot reloading of the frontend and backend. The server can then be accessed at localhost:8000 in the browser.

$ cargo watch -x run
$ cd frontend/
$ elm-watch hot
$ cadddy run