Skip to content

KateIsabelle/jungle-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jungle

Ruby on Rails Logo

A mini Rails e-commerce application

Built with Rails 4.2, PostgreSQL, Bootstrap and CSS/Sass

💡 About

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

Built with Rails 4.2, PostgreSQL, Bootstrap and CSS/Sass. Tested using RSpec, Capybara (Poltergeist, PhantomJS).

📷 Screen Shots

"Screenshot of products landing page" "Screenshot of my cart"

🛠 Installation

  1. Clone or download this repository
    git clone https://github.com/KateIsabelle/jungle-rails.git
    
  2. Navigate to the project directory and install dependencies
    cd jungle-rails
    bundle install
    
  3. Create config/database.yml by copying config/database.example.yml
    cp config/database.example.yml config/database.yml
    
  4. Create config/secrets.yml by copying config/secrets.example.yml
    cp config/secrets.example.yml config/secrets.yml
    
  5. Create, load, and seed the database
    bin/rake db:reset
    
  6. Sign up for a Stripe account
  1. Create .env and update with your own Stripe (test) keys
    cp .env.example .env
    
  2. Launch the development web server
    bin/rails s -b 0.0.0.0
    
  3. Visit http://localhost:3000/ on your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published