Simple app with CRUD interface for destinations. To be used as a jumping point for various lessons at Turing.
To set up:
git clone git@github.com:turingschool-examples/destination-planner.git
cd destination-planner
bundle install
rails db:{create,migrate,seed}
rails server