Denver is becoming more populated, parking prices are rising and spots are an endangered species.
Have you ever wanted to have access to more information about where to park for your daily adventure to work? Look no further, PARKWEEN is the app for you! Type in the address of your final destination and PARKWEEN(tm) will give you parking options within a chosen radius of your final destination.
PARKWEEN is the group project for Module 3 of Turing's Back-End Engineering program.
Parkween gives commuters access to affordable parking solutions within a chosen radius. Encourages more adventures in your daily commute. Parkween's target audience is 9-5 Auto commuters in downtown Denver
- Googlemaps API
- Parkwhiz API
- Google Oauth
This project assumes you have installed:
- Ruby 2.4.1
- Rails 5.2.2
- omniauth-google-oauth2'
- geocoder
- rspec-rails
- figaro
- Clone down the repo:
git clone https://github.com/mnhollandplum/parkween
- Run:
bundle install
bundle update
- Setup the database:
rake db:setup
To run the full testing suite, run rspec
from the command line.