Jungle is a mini e-commerce application built with Ruby on Rails. For this project I took on an existing codebase and integrated new features and test suites.
- Front End: ERB, Sass
- Back End: Ruby on Rails
- Test: RSpec
- Run
bundle installto install dependencies - Run
bin/rake db:resetto create, load and seed the database - Run
bin/rails s -b 0.0.0.0to start the server. The app will be served at http://localhost:3000/.
For testing payment success scenarios, use Visa # 4242 4242 4242 4242 with any CVC and any future date.
More information in their docs: https://stripe.com/docs/testing#cards
- Rails 4.2
- PostgreSQL 9.x
- Stripe