Bus Vacancy Management System.
- TypeScript 86.3%
- CSS 11%
- Nix 1.8%
- Dockerfile 0.9%
|
|
||
|---|---|---|
| .github/workflows | ||
| assets | ||
| client | ||
| img | ||
| LICENSES | ||
| nix | ||
| server | ||
| .dockerignore | ||
| .editorconfig | ||
| .env.example | ||
| .envrc | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| bun.lock | ||
| docker-compose.dev.yaml | ||
| docker-compose.prod.yaml | ||
| Dockerfile | ||
| drizzle.config.ts | ||
| package.json | ||
| README.md | ||
| REUSE.toml | ||
| tsconfig.json | ||
busao: Bus Vacancy Management System
Introduction
busao is a bus vacancy management system built with HTMX with a SQLite database, to manage who and how many people can go on a bus trip.
Philosophies
- Dependency Injection.
- Domain-Driven Design1.
References
-
Millett, S. and Tune, N. (2015) Patterns, principles, and practices of domain-driven design. Indianapolis, IN: Wrox, a Wiley brand. ↩︎
