Skip to content

bobalazek/my-budgeteer

Repository files navigation

My Budgeteer

My Budgeteer is a simple self-hosted budgeting app.

Currently in active development. Not intended for use in production!

Stack

  • RedwoodJS
  • Prisma
  • Material UI
  • Recoil
  • GraphQL

Screenshots

Login page My projects page Project templates page Project page Project page - edit expense

Setup

  • Create your own .env file by copying .env.example and setting your own variables, most importantly the DATABASE_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

Deployment

TBC

About

Your personal budgetting app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages