Skip to content

secretescapes/grails-petclinic

 
 

Repository files navigation

Petclinic Sample Application

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

./grailsw run-app

on Unix-like systems, or

grailsw run-app

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

To create a deployable war file run:

./grailsw war

on Unix-like systems, or

grailsw war

on Windows via the command prompt. Once complete the war will be in the "target" directory.

.

About

The introductory sample application for Grails

Resources

Stars

0 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 65.7%
  • HTML 21.7%
  • Groovy 8.8%
  • CSS 3.0%
  • Batchfile 0.8%