Sweater Weather is an api only application that takes in locations and provides weather forcasts for the starting location and the destination at the time of arrival.
- Fork and Clone the repo
- Install gem packages:
bundle install
- Setup the database:
rails db:{create,migrate}
- Use
rails server
to start your local server
-
Ruby 2.7.2
-
Rails 5.2.6