Skip to content

ryanmillergm/little_shop_v2

 
 

Repository files navigation

Project: Little Shop of Furniture

The Little Shop of Furniture is a fictitious e-commerce application that has admins, merchants, registered users, and visitors. Our application allows admins to manage all users. Merchants can fulfill orders, change order status and enable/disable items. Registered users and visitors can browse the items, place items in their shopping cart and checkout. Customers of the site can register and log in.

Live on Heroku

https://thawing-basin-65152.herokuapp.com/

Contributors

Tech Used

  • Rails
  • Active Record
  • Postgres
  • Bcrypt
  • FactoryBot
  • RSpec

How to:

Setup:

  • Clone this repo
  • navigate into this project home directory
  • Run rails db:reset
  • Run rails s
  • View in browser at: http://localhost:3000

Test:

  • Run rspec

About

BE Mod 2 Week 4/5 Group Project, an e-commerce platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.5%
  • HTML 10.2%
  • Other 1.3%