a website helping people to find the coffee shop near by and give them a optimize route option
- All user can:
- see all coffee shop distribution in Taiwan
- see all coffee shop detail infomation(name, address, website...)
- navigate to their current location
- searching all the coffee shop nearby(the distance need to walk 5, 10, 15 minutes)
- the optimize route to the coffee shop
- filtering the coffee shop we want to search(wifi condition, the seat is comfortable or not)
- Ruby 2.3.7
- Rails 5.1.6
- Google Map API
- set up
bundle install
rails db:migrate
- get coffee data
rails dev:fetch_coffee
- add google map service API key
- apply a google map service API key on google map platform,the website can find below: https://developers.google.com/maps/documentation/geocoding/get-api-key?hl=zh-tw
- attach the API key to /app/views/layouts/application.html.erb