Skip to content

robinhosz/unifg-omdbAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consuming the OMDB api

College terminal program that consumes the omdb Api and returns the movies to the user, we also use a local cache with Map


MVP 1 FINISH ✔️

The first mvp of the project has already been finalized, where it already meets all the requirements that were required by our teacher diego

  • Consume the api with the rest template
  • Error handling if the movie does not exist
  • Application error handling in general
  • Treatment of the response in a format understandable to the user.
  • Implemented the local cache system that before searching the API it asks if it exists in cache, if it exists it returns what is in cache

MVP 2 IN DEVELOPMENT :shipit:

The project is still in development and the next updates will focus on the following tasks:

☕ Using the project

The project is a maven application, where you can build or start the application for testing. To run the application, you can run the main Spring class UnifgApplication.java


🤝 collaborators

Here are the devs who collaborated on the project:

Foto do Robinhosz no GitHub
José Robson
Foto do Robinhosz no GitHub
Lucas de Queiroz Calado
Foto do Renatuu15 no GitHub
Renato Augusto Bezerra

⬆ Voltar ao topo