|
| 1 | +# Spring, MongoDB, Reactive example: CRUD Application |
| 2 | + |
| 3 | +Building Spring Boot MongoDB Reactive example - CRUD application that uses Spring Data Reactive MongoDB to interact with MongoDB database and Spring WebFlux for Reactive Rest API. You'll know: |
| 4 | +- How to configure Spring Data to work with MongoDB Database |
| 5 | +- How to define Data Models and Repository interfaces |
| 6 | +- Way to create Spring Rest Controller to process HTTP requests |
| 7 | +- Way to use Spring Data Reactive MongoDB to interact with Database |
| 8 | + |
| 9 | +For more detail, please visit: |
| 10 | +> [Spring Boot, MongoDB, Reactive CRUD example](https://www.bezkoder.com/spring-boot-mongodb-reactive/) |
| 11 | +
|
| 12 | +More Practice: |
| 13 | +> [Spring Boot MongoDB Pagination & Filter example](https://www.bezkoder.com/spring-boot-mongodb-pagination/) |
| 14 | +
|
| 15 | +> [Spring Boot + GraphQL + MongoDB example](https://www.bezkoder.com/spring-boot-graphql-mongodb-example-graphql-java/) |
| 16 | +
|
| 17 | +Exception Handling: |
| 18 | +> [Spring Boot @ControllerAdvice & @ExceptionHandler example](https://www.bezkoder.com/spring-boot-controlleradvice-exceptionhandler/) |
| 19 | +
|
| 20 | +> [@RestControllerAdvice example in Spring Boot](https://www.bezkoder.com/spring-boot-restcontrolleradvice/) |
| 21 | +
|
| 22 | +Security: |
| 23 | +> [Spring Boot: JWT Authentication & Authorization with MongoDB](https://www.bezkoder.com/spring-boot-jwt-auth-mongodb/) |
| 24 | +
|
| 25 | +Fullstack: |
| 26 | +> [Angular 8 + Spring Boot + MongoDB](https://www.bezkoder.com/angular-spring-boot-mongodb/) |
| 27 | +
|
| 28 | +> [Angular 10 + Spring Boot + MongoDB](https://www.bezkoder.com/angular-10-spring-boot-mongodb/) |
| 29 | +
|
| 30 | +> [Angular 11 + Spring Boot + MongoDB](https://www.bezkoder.com/angular-11-spring-boot-mongodb/) |
| 31 | +
|
| 32 | +> [Angular 12 + Spring Boot + MongoDB example](https://www.bezkoder.com/angular-12-spring-boot-mongodb/) |
| 33 | +
|
| 34 | +> [Angular 13 + Spring Boot + MongoDB example](https://www.bezkoder.com/angular-13-spring-boot-mongodb/) |
| 35 | +
|
| 36 | +> [Angular 14 + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-14-mongodb/) |
| 37 | +
|
| 38 | +> [Angular 15 + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-15-mongodb/) |
| 39 | +
|
| 40 | +> [Vue + Spring Boot + MongoDB](https://www.bezkoder.com/spring-boot-vue-mongodb/) |
| 41 | +
|
| 42 | +> [React + Spring Boot + MongoDB](https://www.bezkoder.com/react-spring-boot-mongodb/) |
| 43 | +
|
| 44 | +Run both Back-end & Front-end in one place: |
| 45 | +> [Integrate Angular with Spring Boot Rest API](https://www.bezkoder.com/integrate-angular-spring-boot/) |
| 46 | +
|
| 47 | +> [Integrate React.js with Spring Boot Rest API](https://www.bezkoder.com/integrate-reactjs-spring-boot/) |
| 48 | +
|
| 49 | +> [Integrate Vue.js with Spring Boot Rest API](https://www.bezkoder.com/integrate-vue-spring-boot/) |
| 50 | +
|
| 51 | +## Run Spring Boot application |
| 52 | +``` |
| 53 | +mvn spring-boot:run |
| 54 | +``` |
0 commit comments