/gorm-rest-api

Grails restful api helpers to make gorm domains rest api enabled

Primary LanguageGroovyApache License 2.0Apache-2.0

Build Status

Layout

  • docs
  • core
    • contains common code that does not require a grails app or plugin
  • plugin
    • the plugin code for grails
  • examples
    • contains project for functional testing
    • has example and tutorial apps/plugins

Docs

see https://9ci.github.io/gorm-rest-api/

using our mkdocs theme to build the docs. make sure python and pip are installed and run pip install -r pip-requirements.txt then you can run mkdocs serve to view docs for dev.