Skip to content

A fully functional online shop. This Ruby on Rails app offers user authentication and authorization, payment by credit card, a dynamic cart, and a smooth UI.

Notifications You must be signed in to change notification settings

DavidKnott/gryff_outdoor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gryff Outdoor

Welcome to Gryff Outdoor! We created an e-commerce platform for outdoor gear using Rails and PostgreSQL.

Collecting the Data

Our application collects products by utilizing:

  1. Admin input through our web app, on which a user can create a new product to be sold

2) A seed file with example products that could be sold on our website

Setup Instructions

Run these commands in this order:

git clone git@github.com:DavidKnott/gryff_outdoor.git
cd gryff_outdoor
bundle
rails db:create
rails db:migrate
rails db:seed
rails db:test:prepare

Deployment instructions

To launch the project on local host, start up the rails server and visit the root path.

rails s

How to Run the Test Suite

Run rspec from the command line:

rspec

Tools/Technologies used

  • Git/GitHub
  • Waffle.io
  • HTML, CSS, Bootstrap
  • Ruby on Rails and ERB templates
  • ActiveRecord
  • PostgreSQL
  • Rspec
  • Capybara
  • Omniauth

Project Team

Ethan, David, Jesse, Brett

About

A fully functional online shop. This Ruby on Rails app offers user authentication and authorization, payment by credit card, a dynamic cart, and a smooth UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.5%
  • HTML 16.4%
  • CSS 3.9%
  • Other 1.2%