Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`