Skip to content

Manage your expense or income on DuitKu with OCR features, generate report quickly and more. Built with NuxtJS and ASP.NET Core 8 (WIP)

License

Notifications You must be signed in to change notification settings

ramdan2478/duitku

 
 

Repository files navigation

Jalanin di local komputer kalian

cp -r .env.example .env # Jangan lupa isi env nya (cuma JWT_KEY nya aja sih wkwkwk)

Langsung build pake docker compose aja

docker-compose -f docker-compose.db.dev.yaml up --build -d && docker-compose -f docker-compose.app.dev.yaml up --build -d

Command yang tadi menjalankan

  • Build latest pgsql
  • Build nuxt frontend
  • Build asp.net api
  • Update database via migration

image

  • Windows Pride 🤘

Info

  • SDK .NET Core versi 8.0.402
  • Bun versi 1.1.29
  • ASP.NET Core 8 pake template webapi
  • NuxtJS + Shadcn/UI Vue (Typescript ready)

Url

Pastiin migration nya udah kelar dulu ya bre sesuai yang di ss

  • 🚀 Frontend :
http://localhost:3000/login
  • 🔥 API :
http://localhost:8080/api
  • 🤖 DB (konek-in pake dbeaver) :
Host `localhost`
Port `5433`
Username `postgres`
Password `postgres`
Database `duit_ku`

Postman Collection Preview Demo Video

Todo

  • fix: Bug search items di combobox (kalo pake static data lancar" aja)
  • feat: Prediksi hasil OCR pake OpenAI GPT buat deskripsi transaksi, tanggal, harga total instead of pake RegEx

About

Manage your expense or income on DuitKu with OCR features, generate report quickly and more. Built with NuxtJS and ASP.NET Core 8 (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 57.0%
  • C# 29.1%
  • TypeScript 12.4%
  • Other 1.5%