Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didinj/spring-boot-mongodb-react-java-crud
Spring Boot, MongoDB and React.js CRUD Java Web Application Example
https://github.com/didinj/spring-boot-mongodb-react-java-crud
application boot crud example java mongo mongodb react reactjs spring spring-boot tutorial web webapp
Last synced: 16 days ago
JSON representation
Spring Boot, MongoDB and React.js CRUD Java Web Application Example
- Host: GitHub
- URL: https://github.com/didinj/spring-boot-mongodb-react-java-crud
- Owner: didinj
- License: mit
- Created: 2018-03-24T10:47:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T11:47:28.000Z (over 6 years ago)
- Last Synced: 2024-10-09T22:02:55.042Z (27 days ago)
- Topics: application, boot, crud, example, java, mongo, mongodb, react, reactjs, spring, spring-boot, tutorial, web, webapp
- Language: JavaScript
- Homepage: https://www.djamware.com/post/5ab6397c80aca714d19d5b9c/building-spring-boot-mongodb-and-reactjs-crud-web-application
- Size: 524 KB
- Stars: 33
- Watchers: 6
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building Spring Boot, MongoDB and React.js CRUD Web Application
This source code is part of [Building Spring Boot, MongoDB and React.js CRUD Web Application](https://www.djamware.com/post/5ab6397c80aca714d19d5b9c/building-spring-boot-mongodb-and-reactjs-crud-web-application) tutorial.
To run locally:
* Run MongoDB server
* Clone this repository
* From frontend directory, run `npm install` and `npm run build`
* From root directory, run `./gradlew bootRun`