An open API service indexing awesome lists of open source software.

https://github.com/warrendodsworth/eacodingtask

EA Coding Task - API Consumption and display using Angular 7 & Bootstrap
https://github.com/warrendodsworth/eacodingtask

Last synced: 10 months ago
JSON representation

EA Coding Task - API Consumption and display using Angular 7 & Bootstrap

Awesome Lists containing this project

README

          

# EA Coding Task

This project is a Coding task for EA to demonstrate Rest API calls from an endpoint.

## Get started
Node server - start by executing (in your terminal)

Run `ng build && node server.js`

Then open localhost:3000 in your browser.

### Required before running

1. Install Nodejs [Download here](https://nodejs.org)

2. Run `npm install` (from terminal in your project directory) to install project required packages.

## About

**Website** - Angular CLI 7 generated website using Bootstrap 4 & Google Fonts

**Server** - Node with expressjs and the axiom library for http calls

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).