Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 562 Bytes

OV-Movies API

This API reads from the movies scraped via the tools here, and presents the results.

Uses Scala 2.12 and Cask library

You need the env variables:

MOVIEDBUSER
MOVIEDBPASSWORD
MOVIEDBHOST
MOVIEDBNAME

As this is deployed to Heroku, I can run it without setting the variable PORT, because Heroku will create that automatically. But in order to run it in local or elsewhere, you would also need PORT.

Run the api with sbt run. Alternatively, a Dockerfile is provided.