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)
- Host: GitHub
- URL: https://github.com/codesmell/moviefinder
- Owner: CodeSmell
- Created: 2016-06-03T21:31:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T21:35:22.000Z (over 9 years ago)
- Last Synced: 2025-02-16T09:20:13.296Z (about 1 year ago)
- Language: Java
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)