Skip to content

Simple movie database website with Angular, NgRx, and Bulma.

Notifications You must be signed in to change notification settings

gabrielnemeth/moviedb

Repository files navigation

Simple movie database website with Angular, NgRx and Bulma.

Quickstart

  • Get a API key from TMDb

  • Create a enviroment file themoviedb.environment.ts inside folder src/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
    

About

Simple movie database website with Angular, NgRx, and Bulma.

Resources

Stars

Watchers

Forks