Skip to content

chloell5/sweater-weather

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn

Sweater Weather

An API project for road trip weather in Ruby on Rails
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Contact
  3. Acknowledgments

About The Project

This is a solo project for the Turing School of Software and Design. In it, we learned how to build a backend that connects multiple APIs into one project. Includes user registration and login, weather details, trip information, and a picture of the location. Simply clone down and run on localhost to get started!

API keys can be requested from:
MapQuest Open Weather Unsplash
After cloning the repo:

  1. bundle install
  2. Install the Figaro Gem
  3. Place your API keys in /config/application.yml (as mapquest_api: weather_api: and background_api:)
  4. Run rails db:{create,migrate}
  5. Run rails s
  6. API endpoints are:
GET    /api/v1/forecast
GET    /api/v1/backgrounds
POST   /api/v1/users
POST   /api/v1/sessions
POST   /api/v1/road_trip

(back to top)

Built With

  • Ruby
  • Rails
  • PostgreSQL
  • RSpec
  • Postman

(back to top)

Contact

Chloe Price - @chloell5 - [email protected]

Project Link: https://github.com/chloell5/rails-engine

(back to top)

Acknowledgments

  • Thank you Turing, and your wonderful instructors!

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published