Rails 5.2.4.3
Ruby 2.5.3
Run through the standard Rails setup.
$ bundle install
$ rake db:{create,migrate}
$ rails s
Navigate to http://localhost:3000
Note: This should bring up an error, but you should be able to start the server fine.
Sign up for a National Park Service API Key here
National Park Service API Docs
Complete the following user story
As a user,
When I select "Tennessee" from the form,
(Note: use the existing form)
And click on "Find Parks",
I see the total of parks found,
And for each park I see:
- full name of the park
- description
- direction info
- standard hours for operation