By Josh Long
This example was taken from Lesson 4: Reactive Streams Redux of this course.
- Java 10
- Maven
- MongoDB
.../reactive-web-mongo-akka$ mvn spring-boot:run
Getting All Tweets
curl -X GET http://localhost:8080/tweets
Getting All Hashtags
curl -X GET http://localhost:8080/hashtags