This is a simple reactive web app to demonstrate how we can use Spring Webflux to push notifications reactively
- Gradle or MVN
- Node v14+
- Java 8+
- Docker
- Start mongo-DB;
docker-compose up
- Start backend;
./gradlew bootRun
or if you're using Intellij then just runReactiveSpringWebfluxApplication.java
- Start frontend;
yarn start
insidefrontend
folder