Simple movie database website with Angular, NgRx and Bulma.
-
Get a API key from TMDb
-
Create a
enviroment
filethemoviedb.environment.ts
inside foldersrc/environments
with following data:export const themoviedb = { apiKey: 'API-KEY', // here goes your API key };
-
Install dependencies
yarn
-
Run the app with
ng-cli
ng serve