Stack used:
- Spring Boot
- Spring Reactive Web (WebFlux)
- Spring Data Reactive MongoDB
- Lombok
- MapStruct
The only outer dependency is MongoDB
Quick start guide:
- Get this project into your favorite IDE (Intellij IDEA :D)
- Start-up MongoDB on default port
27017 - Default, hardcoded database is
reactiveTwitter - Run the app and get to
localhost:8080 - Profit!?...