This project is a Coding task for EA to demonstrate Rest API calls from an endpoint.
Node server - start by executing (in your terminal)
Run ng build && node server.js
Then open localhost:3000 in your browser.
-
Install Nodejs Download here
-
Run
npm install
(from terminal in your project directory) to install project required packages.
Website - Angular CLI 7 generated website using Bootstrap 4 & Google Fonts
Server - Node with expressjs and the axiom library for http calls
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.