Car Manager brings all your fleet information together: vehicle details, maintenance history, documents, and fuel usage. Stay on top of every oil change and tire rotation with smart reminders. When it’s time to sell, export professional reports that give buyers confidence.
GitHub top language GitHub License GitHub Actions Workflow Status
Pre-requisites
Car Manager 3000 is using Bun as package manager and runtime. To start developing you will need:
- Git
- Bun
Stack
- Bun - Runtime
- Hono - Web framework
- oRPC - Type-safe RPC
- Drizzle ORM - Database ORM
- Zod - Schema validation
- Swagger UI - API documentation
- React 19 - UI framework
- Vite - Build tool
- TanStack Router - Routing
- TanStack Query - Data fetching & state
- TanStack Form - Forms
- TanStack Table - Tables
- Tailwind CSS - Styling
- Lucide React - Icons
To install dependencies:
bun install
To run:
bun run dev
Open http://localhost:5173 in your browser.