https://github.com/lewagon/rails-google-maps
Demo app integrating gmaps on a Flat model for Le Wagon's students.
https://github.com/lewagon/rails-google-maps
Last synced: 9 months ago
JSON representation
Demo app integrating gmaps on a Flat model for Le Wagon's students.
- Host: GitHub
- URL: https://github.com/lewagon/rails-google-maps
- Owner: lewagon
- Created: 2014-05-23T15:19:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T14:02:38.000Z (over 2 years ago)
- Last Synced: 2023-08-06T10:11:54.601Z (over 2 years ago)
- Language: Ruby
- Homepage: https://wagon-google-maps-markers.herokuapp.com
- Size: 85.9 KB
- Stars: 16
- Watchers: 15
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Testing the app
- fork / clone the repo
- run `bundle install` to install missing gems
- run `rails db:create` and `rails db:migrate` to create the DB and set up its scheme
- `rails db:seed` to populate your database
- `rails s` to test the app