Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2.08 KB

README.md

File metadata and controls

56 lines (38 loc) · 2.08 KB

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