Marthyn / expenses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expenses

App to track your monthly expenses like groceries, alcohol and funtivities!

This was based on Hours

Graph Statistics Form

Roadmap

  • i18n
  • Weekly digest mail
    • warn about getting close to budget limit
    • update on what your biggest expense was
    • most used category/shop
    • Compliment if you're under budget
  • Daily reminder
    • Remind to log expenses
    • Warning if over budget or close to going over budget
    • Warning if last days expenses were majorly over budget
    • Compliment if you're under budget
  • API
  • Export to Excel
  • Pagination

DB schema

http://dbpatterns.com/documents/57075b5a1514b4252236dc06/

Getting Started

After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app:

% ./bin/setup

It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up your machine with this script.

After setting up, you can run the application like this:

% foreman start

Guidelines

Use the following guides for getting things done, programming well, and programming in style.

About


Languages

Language:Ruby 65.4%Language:HTML 19.7%Language:CSS 11.8%Language:CoffeeScript 1.8%Language:JavaScript 0.8%Language:Shell 0.5%