An app where you can control the weather for regions across the US. Using various parameters, a conditional image will be rendered atop each region. Weather data is persistent for each individual user.
Project is created with:
- Ruby: 2.6.1
- Rails: 6.0.3
To run this project, after following the steps below go to the frontend setup
$ cd ../gaias-sandbox-backend
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rails s