Go to file
Drew Galbraith 381910d462 Move to using rendered templates in rust. 2024-12-02 21:33:33 -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 Move to using rendered templates in rust. 2024-12-02 21:33:33 -08:00
templates Move to using rendered templates in rust. 2024-12-02 21:33:33 -08:00
.gitignore Update gitignore to include new sqlite filetypes. 2024-07-06 00:06:56 -07:00
Cargo.lock Move to using rendered templates in rust. 2024-12-02 21:33:33 -08:00
Cargo.toml Move to using rendered templates in rust. 2024-12-02 21:33:33 -08:00
README.md Readme with basic instructions for running. 2024-07-06 18:12:47 -07: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