todo-manager

A simple web-app to taste some basic Grails features

Demonstration steps

  1. Directory structure Show the console and how to generate a new Grails app Briefly discuss directory structure and convetion over configuration

  2. Domain Build a simple domain object (Todo)

  3. Bootstrap Create some objects on application bootstrap, Show GORM enhancements to domain object and constructors

  4. Controllers (implement list and save) Implement add and listing actions (as JSON first)

  5. Views Implement a listing view (with input form)

Run with

grails -reloading run-app