Skip to content

Sandbox for SpringBoot application (finds a movie and converts format)

Notifications You must be signed in to change notification settings

CodeSmell/MovieFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MovieFinder

A Spring Boot application that provides a REST API to find information on movies. The movie data is accessed using the [OMDb REST API] (http://omdbapi.com/).

  • The findMovie call uses Apache Camel to manage the processing of a request to find a movie.
  • The findMovieRx call uses RxJava to manage the processing of a request to find a movie. (TODO)

About

Sandbox for SpringBoot application (finds a movie and converts format)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages