Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 567 Bytes

Cinema fu

Build Status

The connection between movies and stars.

Running

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

Development

docker-compose up

To run it you will need a themoviedb API Key as an environment variable TMDB_API_KEY.