/bakery-rails-interview

Ruby/Rails Interview App RC2

Primary LanguageRuby

#Village Bakery

##Initial Setup

  1. Clone the repo
  2. Setup the app
$ bundle install
$ rake db:migrate
$ rake db:seed
  1. Run the Server
$ rails s

##Requirements

This is the section where we will list the requirements

Notes

Document how you solved each section in the requirements list.