A pet project for maintaining my personal finances!
Written with typescript
with bun
runtime and hono
framework, also used zod
for schema validation.
Used drizzle
for database connection and migration.
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.1.7. Bun is a fast all-in-one JavaScript runtime.
bun start # Run the app
bun run dev # Run the app in development mode