https://github.com/hendisantika/spring-boot-mongodb-react
Spring Boot, MongoDB and React.js CRUD Java Web Application Example
https://github.com/hendisantika/spring-boot-mongodb-react
Last synced: 8 months ago
JSON representation
Spring Boot, MongoDB and React.js CRUD Java Web Application Example
- Host: GitHub
- URL: https://github.com/hendisantika/spring-boot-mongodb-react
- Owner: hendisantika
- Created: 2018-06-05T22:30:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T10:44:47.000Z (over 1 year ago)
- Last Synced: 2024-05-22T10:55:52.481Z (over 1 year ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 7
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 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