Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`