Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 574 Bytes

README

This is a web app for sharing payments between any number of people without one person having to front the cost.

Note: If you want to make a test user. Use this credit card number in the signup window

  • Test Credit Card Number = 4112344112344113

  • You can use any expiration and CCV.

  • Ruby version: 2.3.0

  • 'rails', '~> 5.0.0', '>= 5.0.0.1'

  • Database setup: 'rails db:migrate' 'rails db:test:prepare'

  • To Run:

    Run 'rails db:migrate' Run 'rails server' Go to 'https://localhost:3000' and the app should run.

  • Heroku link coming soon.