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 .env
Setup tools (db, mail server, adminer)
docker compose up
Setup db
npx prisma generate && npx prisma migrate dev
Setup env
cp .env-example .env.production.local
Start the application
docker compose -f docker-compose.prod.yml up