splitwise/backend
Yadunand Prem 2e1072fa0f
feat: add better-auth integration
- Set up basic better-auth configuration
- Implement auth controller with route handling
- Create authentication middleware
- Update TypeScript types for better compatibility
- Update Drizzle ORM to latest version (0.43.1)
- Add @hono/zod-validator for request validation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-27 22:02:19 -04:00
..
src feat: add better-auth integration 2025-05-27 22:02:19 -04:00
.env.example fix: update schema to fix multiple primary key issues and switch to node-postgres 2025-05-27 18:01:40 -04:00
.gitignore feat: initial backend setup with Bun, Hono, and Drizzle ORM 2025-05-27 17:38:50 -04:00
bun.lock feat: add better-auth integration 2025-05-27 22:02:19 -04:00
Dockerfile fix: update schema to fix multiple primary key issues and switch to node-postgres 2025-05-27 18:01:40 -04:00
drizzle.config.ts feat: add better-auth integration 2025-05-27 22:02:19 -04:00
index.ts feat: initial backend setup with Bun, Hono, and Drizzle ORM 2025-05-27 17:38:50 -04:00
package.json feat: add better-auth integration 2025-05-27 22:02:19 -04:00
README.md feat: initial backend setup with Bun, Hono, and Drizzle ORM 2025-05-27 17:38:50 -04:00
tsconfig.json feat: initial backend setup with Bun, Hono, and Drizzle ORM 2025-05-27 17:38:50 -04:00

backend

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.10. Bun is a fast all-in-one JavaScript runtime.