A small rails app that allows you to:
- create/update/delete organisations and people
- edit their contact details
- add/remove people from organisations
- git clone https://github.com/pbeckham/address-book.git
- cd address-book
- bundle install
- rake db:create
- rake db:migrate
- rails s
- visit localhost:3000 in your browser