dinero: personal cashflow tracker
"Dinero" (spanish for 'money') is an app for my personal use which is a cashflow tracker. This project is my attempt to create an end-to-end project client side and backend service side, and also self host on my own server. The client side is using React + Vite (no more Next.JS). The backend side is also using TypeScript with Hono Library and Bun as the JavaScript runtime. The database is using PostgreSQL + Neon postgres service. Self hosted on my VPS, and serve it using Docker + Traefik.
Frontend: halosatrio/dinero
Backend: halosatrio/swordfish