Skip to content

Example made from session 02 of Lesson 4 from Reactive Spring Boot course by Josh Long within Safari ebooks.

Notifications You must be signed in to change notification settings

eduardomallmann/reactive-web-mongodb-akka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Reactive Web Example with Mongo Reactive and Akka

From Reactive Spring Boot

By Josh Long

This example was taken from Lesson 4: Reactive Streams Redux of this course.

Requirements

  • Java 10
  • Maven
  • MongoDB

Running

.../reactive-web-mongo-akka$ mvn spring-boot:run

Testing

Getting All Tweets

curl -X GET http://localhost:8080/tweets

Getting All Hashtags

curl -X GET http://localhost:8080/hashtags

About

Example made from session 02 of Lesson 4 from Reactive Spring Boot course by Josh Long within Safari ebooks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages