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 installTo run:
bun run index.tsThis 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