Skip to content

trabnett/jungle-rails

 
 

Repository files navigation

Jungle

A mini e-commerce application built with Rails 4.2 for purposes of teaching Rails by example. Lighthouse Labs Week 7.

Setup

  1. Fork & Clone
  2. Run bundle install to install dependencies
  3. Run bin/rake db:reset then bin/rake db:migrate to create, load and seed db
  4. Run bin/rails s -b 0.0.0.0 to start the server

Stripe Testing

Use Credit Card # 4111 1111 1111 1111, plus a valid expiery date (i.e. one in the future) and any three diget number as the CVC number for testing success checkouts.

Dependencies

Screenshots

Home Page Product Display Admin Categories Signup

About

An e-commerce Rails app built for learning Rails through example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.7%
  • HTML 24.2%
  • CSS 2.4%
  • Shell 1.8%
  • JavaScript 0.9%