Skip to content

Latest commit

 

History

History
executable file
·
52 lines (36 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
52 lines (36 loc) · 1.1 KB

TV DB is a movie and TV database, that allows user's to research and find new movies or TV shows. The program uses The Movie Database API.

Authors:

DESCRIPTION

A web application that allows user's to search for movie or tv shows based on name, keyword.

BUILD

Copy the commands below to get the project started!

Clone the repo

git clone https://github.com/ryanglenferris/tvdb;

Installation (NodeJS and Bower)

npm install;
bower install;

Start the Server

ng serve;

TECH USED

Here is the tech used to make the Project work:

  • AngularJS
  • Angular CLI
  • Bower
  • Git
  • JavaScript
  • Material Angular
  • The Movie DB API
  • NodeJS
  • Webpack