An open API service indexing awesome lists of open source software.

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.

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