https://github.com/didinj/grails-mongodb-crud-example
Building a CRUD Web Application Using Grails 6 and MongoDB
https://github.com/didinj/grails-mongodb-crud-example
build building crud easily example grails groovy mongodb tutorial webapp
Last synced: 3 days ago
JSON representation
Building a CRUD Web Application Using Grails 6 and MongoDB
- Host: GitHub
- URL: https://github.com/didinj/grails-mongodb-crud-example
- Owner: didinj
- License: mit
- Created: 2019-07-24T13:22:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-15T09:39:53.000Z (10 months ago)
- Last Synced: 2025-08-01T18:51:46.713Z (8 months ago)
- Topics: build, building, crud, easily, example, grails, groovy, mongodb, tutorial, webapp
- Language: Groovy
- Homepage: https://www.djamware.com/post/5d385e00fd741853d22abf5c/building-a-crud-web-application-using-grails-6-and-mongodb
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building a CRUD Web Application Using Grails 6 and MongoDB
Read more article [here](https://www.djamware.com/post/5d385e00fd741853d22abf5c/building-a-crud-web-application-using-grails-6-and-mongodb).
## Grails 6.2.3 Documentation
- [User Guide](https://docs.grails.org/6.2.3/guide/index.html)
- [API Reference](https://docs.grails.org/6.2.3/api/index.html)
- [Grails Guides](https://guides.grails.org/index.html)
---
## Feature geb documentation
- [Grails Geb Functional Testing for Grails documentation](https://github.com/grails3-plugins/geb#readme)
- [https://www.gebish.org/manual/current/](https://www.gebish.org/manual/current/)
## Feature asset-pipeline-grails documentation
- [Grails Asset Pipeline Core documentation](https://www.asset-pipeline.com/manual/)
## Feature scaffolding documentation
- [Grails Scaffolding Plugin documentation](https://grails.github.io/scaffolding/latest/groovydoc/)
- [https://grails-fields-plugin.github.io/grails-fields/latest/guide/index.html](https://grails-fields-plugin.github.io/grails-fields/latest/guide/index.html)