Skip to content

Web aplication developed in Angular 5 with observables

License

Notifications You must be signed in to change notification settings

batcoder1/DigitalFilms

Repository files navigation

Digital

Movies (Imdb) Web Aplication developed with Angular v5.

Node backend Server

Node server docker file. To start it go to root poject folder

Run docker compose up server

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run npm run test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Protractor.