A simple application to manage your budget and invoice. All features done in this project are base on my personal needs.
You can see the demo with the information below.
Setup env
cp .env-example .envSetup tools (db, mail server, adminer)
docker compose upSetup db
npx prisma generate && npx prisma migrate devStart the application
pnpm devSetup env
cp .env-example .env.production.localStart the application
docker compose -f docker-compose.prod.yml up