ctrack
table of contents
The stack is split into two areas of concern - the frontend
presenting data and the backend
handling business logic. The module shared
interfaces between the two by providing safe interfaces between the two.
- enter the devshell:
nix develop
- run the command
run-frontend
,run-backend
- profit
cd frontend && trunk serve
cd backend && cargo run