This repository holds code to gr8di’s Groovy school grails application.
Groovy School is a series of free weekly training session/workshops were-in attendees are taught the Groovy programming language and some of the tools/frameworks within the Groovy ecosystem.
Fork and Clone this repository from this link to get started. To run the app locally, use the command
grails run-app
Before running the app, you will need to setup your environment as follows:
-
Install grails and suitable IDE, preferred (Intellij) . Install grails using command
$sdk install grails
-
Navigate to your cloned project location in intellij idea, and in the terminal run the command.
$ grails run-app $ ./grailsw run-app
Grails app will run on port https://localhost:8080
Your contributions are what will make this project a great addition to the gr8di ecosystem. Visit the contributing (contributing.adoc) guide.