Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didinj/grails3-mongodb-react-profile
Build Grails 3, MongoDB and React Profile CRUD Web Application
https://github.com/didinj/grails3-mongodb-react-profile
application build crud example grails grails3 mongo mongodb profile react reactjs tutorial web webapp
Last synced: 3 days ago
JSON representation
Build Grails 3, MongoDB and React Profile CRUD Web Application
- Host: GitHub
- URL: https://github.com/didinj/grails3-mongodb-react-profile
- Owner: didinj
- License: mit
- Created: 2018-03-21T15:10:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T23:12:32.000Z (almost 7 years ago)
- Last Synced: 2024-12-09T15:51:41.922Z (about 2 months ago)
- Topics: application, build, crud, example, grails, grails3, mongo, mongodb, profile, react, reactjs, tutorial, web, webapp
- Language: C
- Homepage: https://www.djamware.com/post/5ab27b0880aca714d19d5b9b/build-grails-3-mongodb-and-react-profile-crud-web-application
- Size: 12.7 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Grails 3, MongoDB and React Profile CRUD Web Application
This source code is part of [Build Grails 3, MongoDB and React Profile CRUD Web Application](https://www.djamware.com/post/5ab27b0880aca714d19d5b9b/build-grails-3-mongodb-and-react-profile-crud-web-application) tutorial.
To run locally:
* Run MongoDB server
* Clone this repo
* Run `cd client`
* Run `npm install`
* Run `cd ..`
* Run `./gradlew bootRun --paralel`