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.
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 installTo run:
bun run devOpen http://localhost:5173 in your browser.
