Skip to content

The Follow The Money App tracks your spending across products and time, allowing you to budget effectively.

Notifications You must be signed in to change notification settings

StuCorp/Follow-The-Money--App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Follow the Money

Budgeting web app written in Ruby, using Sinatra web framework, a PostgreSQL database and a HTML5/CSS3 front-end, built in the MVC design pattern.

  • Set a monthly budget, add items as you purchase them, keep track of spending across time, product type, vendor and necessity, and receive warning when exceeding budget.

screen shot 2017-08-21 at 22 06 24

Getting Started

  • Clone the project
  • in terminal:
  • createdb follow_the_money
  • psql -d follow_the_money -f db/follow_the_money.sql
  • ruby db/seeds.rb
  • psql follow_the_money new tab
  • ruby app.rb

Prerequisites

  • Ruby
  • Terminal
  • Sinatra
  • PSQL

Built With

Author

  • Stuart Bryce - All things - StuCorp

Acknowledgments

Screenshots

Item tags

screen shot 2017-08-21 at 22 06 24

Add new transaction

screen shot 2017-08-21 at 22 06 24

New transaction presented on view

screen shot 2017-08-21 at 22 06 24

New transaction stored in database

screen shot 2017-08-21 at 22 06 24

About

The Follow The Money App tracks your spending across products and time, allowing you to budget effectively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published