Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 400 Bytes

README

This application is a mock store called Root & Branch.

Root & Branch sells socially responsible goods.

The live app can be accessed at https://root-and-branch.herokuapp.com/

To run locally:

git clone [email protected]:epintozzi/root_and_branch.git
rake db:create db:migrate db:seed
rails s

The test suite is uses rspec and capybara: rspec

This app is written in Rails v5.0.0.1