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

https://github.com/graceframework/grace-petclinic

Grace PetClinic Sample Application
https://github.com/graceframework/grace-petclinic

Last synced: 4 months ago
JSON representation

Grace PetClinic Sample Application

Awesome Lists containing this project

README

          

# Grace Petclinic Sample Application

This is the standard introductory sample application for Grace. To get started with it, simply clone the repository and then from within your local copy run:

./gradlew bootRun

on Unix-like systems, or

gradlew bootRun

on Windows via the command prompt. Once the server has started up, you can copy the URL and paste it in a browser.

Follow the tutorial link to learn about Grails or click on the View Source for Controller/View links to see the underlying code for whatever page you are currently on.