Welcome to our Little Shop of Dog Costumes! We hope you enjoy our app!
Little Shop is a fictional e-commerce application made by a group of four backend students at Turing School of Software & Design who have a whopping 10 weeks of experience in software development.
In Little Shop, you can access the site as a visitor or registered user who shops for items, a merchant that sells items on the site, or an admin who manages the site.
As a shopper on the site, you will see a list of only the best and the funniest dog costumes that you can choose from to purchase. You will place your items in your shopping cart that you have chosen, and if logged in, you will be able to checkout and place your order.
*** If you place an order, don't expect it to arrive at your house. We are just students here ya know!!! ***
https://afternoon-chamber-43655.herokuapp.com/
https://github.com/lptaylor/LittleShop
We used waffle.io to manage the development of this app. Checkout our waffle board here.
These are the user stories we used to create the app from: https://github.com/turingschool-projects/little_shop_v2/blob/master/stories.md
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Install Ruby (Version 2.4.5)
- Install Rails (Version 5.1)
- Heroku Account - (Create free account here if you don't have on already.)
To run this application locally, clone this repo and follow the steps below:
- Install gems:
$ bundle
- Create, migrate, & seed database:
$ rake db:{create,migrate,seed}
- Start your rails server:
$ rails s
- Open browser and navigate to:
localhost:3000
Little Shop has a full RSpec suite of feature and model tests for every piece of functionality in the app.
From the root of the LittleShop directory, type the below command to run the full test suite:
$ rspec
Type this command from the root of the LittleShop directory.
$ rspec ./spec/features
Type this command from the root of the LittleShop directory.
$ rspec ./spec/models
Type this command from the root of the LittleShop directory.
Just change the line number in the command to run only a single test in that file.
$ rspec ./spec/features/registered_user_can_checkout_spec.rb:40
To deploy this app through Heroku as we have, you can follow these instructions on Heroku's website.
- Ruby - Version 2.4.5 - Base code language
- Rails - Version 5.1 - Web framework used
- RSpec - Testing Suite
- Heroku - Used to deploy to production
- Waffle.io - Used for project management tracking
When contributing to this repository, please submit a pull request here and one of the 4 authors will review the request and merge it into master if it looks good.
*** Please note, that we only believe in Test Driven Development, so if your code you push does not have the corresponding tests to go with it, it will be rejected!! ***
- Ali Benetka - Team member - Ali's Github
- J Aaron Brooks Roberts - Team member - J Aaron's Github
- Justin Mauldin - Team member - Justin's Github
- Lance Taylor - Team member - Lance's Github
-
Huge thanks to our Mod2 instructors Ian Douglas & Dione Wilson for all their help and insight on this project.
-
Thanks to all our other fellow Turing School of Software & Design - Mod2 - Backend classmates that helped us on this project as well.