Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 440 Bytes

README.rdoc

File metadata and controls

14 lines (6 loc) · 440 Bytes

GoogleMaps API Map App “Mini Yelp”

This is a simple GoogleMaps API application that lets you add your favorite locations to a map. You can filter the location markers that display based on the search input or by the checkbox filters below the map. Authentication is done with devise.

Getting Started

  1. git clone [email protected]:jcohenho/mapapplication.git and cd into directory.

  2. Run bundle install

  3. Start server: rails s