/order_up

Primary LanguageRuby

Order Up

Please follow the setup directions below. Stories for the challenge will be sent out in class.

Setup

  • Fork this repository
  • Clone down your forked repository
  • Perform the usual setup steps after cloning a Rails application:
    • bundle install
    • rake db:{drop,create,migrate}
  • You should have 5 passing tests to start