Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 336 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 336 Bytes

Shopping cart

I'm just a poor hacker from a poor channel. Find a way to pay for an order without a card number.

Ruby on Rails

This application requires:

  • Ruby 2.1.7
  • Rails 4.1.8

Getting Started

bundle install
bundle exec rake db:setup
bundle exec rails s -b localhost