Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-26T02:56:41.000Z (12 months ago)
- Last Synced: 2024-09-30T04:01:19.548Z (about 2 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)