pdasilem / ReactiveLearn

Just a Simple Reactive Learning repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!?...

About

Just a Simple Reactive Learning repository

License:GNU General Public License v3.0


Languages

Language:Java 100.0%