Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 641 Bytes

README.MD

File metadata and controls

17 lines (9 loc) · 641 Bytes

GraphQL Backend API & Simple Front End for Take Home Assignment

This demo application provides weather data from https://openweathermap.org/

Features

  1. User signup, login, and sessions secured by JWT

  2. Geocode lookup of latitude and longitude via Google's geocode API, which is used to search weather data

  3. Tokens refresh automatically without impacting user if the refresh token is valid

  4. Previous weather searches are saved and listed on the homepage (from the older to newer)

Setup Instructions

See frontend/README.MD and backend/README.MD for specific instructions on running each part of the project.