Skip to content

joshlampen/jungle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jungle

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

Getting Started

  1. Run bundle install to install dependencies
  2. Run bin/rake db:reset to create, load and seed the database
  3. Run bin/rails s -b 0.0.0.0 to start the server. The app will be served at http://localhost:3000/.

Stripe Testing

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

Dependencies

  • Rails 4.2
  • PostgreSQL 9.x
  • Stripe

About

An e-commerce app built with Ruby on Rails. For this project I took on an existing codebase and integrated new features and test suites. Front End: ERB and Sass. Back End: Ruby on Rails. Test: RSpec.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors