Go to file
Drew Galbraith 6050f1cb70 Readme with basic instructions for running. 2024-07-06 18:12:47 -07:00
frontend Very basic styling for the tasks page. 2024-07-06 18:12:29 -07:00
migrations Update backend to allow creating tasks to work with the browser. 2024-07-05 22:56:25 -07:00
src Move to tower middleware for handling CORS. 2024-07-06 00:50:54 -07:00
.gitignore Update gitignore to include new sqlite filetypes. 2024-07-06 00:06:56 -07:00
Cargo.lock Move to tower middleware for handling CORS. 2024-07-06 00:50:54 -07:00
Cargo.toml Move to tower middleware for handling CORS. 2024-07-06 00:50:54 -07: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