/ReactiveLearn

Just a Simple Reactive Learning repository

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Reactive Twitter Ripoff

This is a monolith app where I implement reactive extensions

Stack used:

  • Spring Boot
  • Spring Reactive Web (WebFlux)
  • Spring Data Reactive MongoDB
  • Lombok
  • MapStruct

The only outer dependency is MongoDB

Quick start guide:

  1. Get this project into your favorite IDE (Intellij IDEA :D)
  2. Start-up MongoDB on default port 27017
  3. Default, hardcoded database is reactiveTwitter
  4. Run the app and get to localhost:8080
  5. Profit!?...