An open API service indexing awesome lists of open source software.

https://github.com/codesmell/moviefinder

Sandbox for SpringBoot application (finds a movie and converts format)
https://github.com/codesmell/moviefinder

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)