My Budgeteer is a simple self-hosted budgeting app.
Currently in active development. Not intended for use in production!
- RedwoodJS
- Prisma
- Material UI
- Recoil
- GraphQL
- Create your own
.env
file by copying.env.example
and setting your own variables, most importantly theDATABASE_URL
variable - Run the database migrations:
yarn rw data-migrate up
- Run the database seeds:
yarn rw prisma db seed
- Run the web server:
yarn rw dev
- Go to the Login page and login with
admin:password
- Now you can go to your Projects page, where you'll be able to add your projects and/or templates
TBC