Destination Planner

Simple app with CRUD interface for destinations.

Versions

Rails 7.0.8

Ruby 3.2.2

Setup

To set up:

git clone git@github.com:turingschool-examples/destination-planner-7.git
cd destination-planner-7
bundle install
rails db:{create,migrate,seed}
rails server