Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 404 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 404 Bytes

MovieRama

Setup guide

  1. Run "npm install".
  2. Create a file with name ".env" inside the root folder of the app and insert the line "API_KEY=[key]" in it, replacing [key] with your key for the-movie-db API.
  3. Run "npm start" to start the local server.
  4. Open the url "localhost:4200" with a browser.

Live website

To checkout the app, go to http://movie-land.herokuapp.com where it is deployed.