A Simple vue application to display Movies, TV Shows and Actors Information.
- List 20 Popular and Now Playing Movies
- View Movie Details
- List 20 Popular and Top Rated Tv Shows
- View Tv Show Details
- Shows 20 popular Actors with Infinite Scroll
- Search Everything
- Clone the repo
- cd movieapp
- cp env.example .env
- Register and get you auth key from TMDb
- Set up auth key in .env file
- npm install
- npm run serve
- visit localhost:8080 in browser