Skip to content

ivbeck/ctrack

Repository files navigation

ctrack

table of contents

architecture

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.

running the components

with nix

  1. enter the devshell: nix develop
  2. run the command run-frontend, run-backend
  3. profit

manual

cd frontend && trunk serve
cd backend && cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published