The connection between movies and stars.
Cinema fu is a Node.js application that is distributed via Docker. To run it, all you need is Docker:
docker run -p 8080:80 macacomaluco/cinema-fu:latest
docker-compose up
To run it you will need a themoviedb API Key as an environment variable TMDB_API_KEY
.