https://github.com/bearddan2000/dev-groovy-web-grails-api-template
A POC for grails rest api.
https://github.com/bearddan2000/dev-groovy-web-grails-api-template
api dev gradle grails groovy template web
Last synced: about 2 months ago
JSON representation
A POC for grails rest api.
- Host: GitHub
- URL: https://github.com/bearddan2000/dev-groovy-web-grails-api-template
- Owner: bearddan2000
- Created: 2023-11-26T02:56:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T02:56:41.000Z (over 2 years ago)
- Last Synced: 2025-07-12T05:03:27.937Z (9 months ago)
- Topics: api, dev, gradle, grails, groovy, template, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/dev-groovy-web-grails-api-template
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-groovy-web-grails-api-template
## Description
A POC for grails rest api.
## Tech stack
- groovy
- grails
- gradle
## Docker stack
- gradle
## To run
`sudo ./install.sh -u`
## To stop (optional)
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`
## Credit
- [Grails docs](https://docs.grails.org/latest/guide/gettingStarted.html)