Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Veelope

A super simple envelope budgeting tool built using Ruby on Rails + the Plaid API.

It's designed to be self-hosted, and stay out of your way. It uses Plaid's transactions product to synchronize with your bank for maximum convenience.

Setup

Get a Plaid account, because you'll need those values to run the application. Then deploy to heroku!

Deploy

Non-Heroku

  • Clone the repo
  • Ensure all ENV variables in .env.example are set. dotenv is included, so you can copy that to .env and fill in the values to make it work
  • $ bundle
  • $ bin/rake db:create && bin/rake db:migrate
  • $ yarn (or npm install)
  • $ foreman start

Help

Hit me up on Twitter @personunsure or in the github issues if you need any help.

Screenshots

Main screen

Home page

Transaction list

Home page

Transaction editor

Home page

Contributing

Pull requests and issues welcome!

About

Envelope budgeting system

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.