Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 574 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 574 Bytes

popmovies-web

LIVE DEMO [Sometimes slow to load due to free hosting account]

Starter project using nodejs expressjs and angular 2. This is the web implementaion my PopMovies android app. It uses the themoviedb.org api to get the movie data.

  • To run the app you will need to request an api key from themoviedb.org and place it in routes/index.js

To run the app:

npm install

npm start

App will start on http:localhost:3000/

###Work in progress