Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 394 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 394 Bytes

Ruby on Rails Project: yardsale application

This is the yardsale application for CSCI 430 by Group #1. Getting the test suite to pass on your local machine:

$ git clone https://[email protected]:csci430/yardsale_app.git
$ cd yardsale_app
$ bundle install
$ rake db:migrate
$ rake db:populate

If the tests don't pass, it means there may be something wrong with your system.