Skip to content

jefersonbitencourtv/recomendacao_filmes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Recommendations Movie

Instructions for uses

Run on your machine

You need install docker in your machine.

Access the terminal and execute to a download image docker:
docker pull jeferson267/api_recommendations_movie

After finished download, execute to create docker a container:
*Change {yourPort} to a free door Example:8083
*docker run -d --name container_recommendations_movie -p {yourPort}:8080 jeferson267/api_recommendations_movie

Use the link for access project:
*Change {yourPort} to a free door Example:8083
*http://localhost:{yourPort}/swagger-ui.html#
Example: http://localhost:8083/swagger-ui.html#

You can stop container using:
docker stop container_recommendations_movie

You can access project again, execute to start a container:
docker start container_recommendations_movie


Operation api

Recommendations controller:


/popularity type: GET -- Provide city name, return a list of popularity movies
/release_date type: GET -- Provide city name, return a list of release date movies
/vote_average type: GET -- Provide city name, return a list of vote average movies

Film genre by temperature


Metric is Celsius
The temperature is above 40 degrees, genre is action.
The temperature is between 36 and 40 degrees, genre is comedy.
The temperature is between 20 and 35 degrees, genre is animation.
The temperature is between 0 and 20 degrees, genre is thriller.
The temperature is below 0 degree, genre is documentary.

About

Recommends movies based on mood that matches temperature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published