Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 756 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 756 Bytes

GBL Record Maker

This is a simple CRUD app built with Ruby on Rails for creating JSON records that can be pasted directly into SOLR.

It is based on the OpenGeoMetadata (OGM) Aardvark Schema.

Source code: github.com/HealthyRegions/GBLRecordMaker

This is a work-in-progress - There are some functionality gaps here that need to be addressed, please see the open Issues for more information. Contributions are welcome!

Installation

Run

bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails s

and view the app in your browser at http://localhost:3000.