Enterprise-grade open-source Kanban system inspired by Businessmap (Kanbanize).
-
Setup the environment: This command starts the database, runs migrations, and populates sample data.
make setup
-
Start the development servers: This will start both the backend API and the frontend web app.
make dev
-
Run tests:
make test
Kanbrio is a monorepo:
apps/api: Rust (Axum) backend.apps/web: SolidJS frontend.docs/adr: Architectural Decision Records.
See ORGANIZATION.md for more details.