Skip to content

lkritsimas/angular-movie-app

Repository files navigation

MyMovieList

IMDb-ish clone made with Angular 9 and Bulma using TMDb API

Install

git clone
npm install
rename "api.config.example.ts" located in src/app to "api.config.ts" and add your API key
ng serve --open