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
- Host: GitHub
- URL: https://github.com/warrendodsworth/eacodingtask
- Owner: warrendodsworth
- Created: 2019-03-25T00:34:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T23:13:35.000Z (about 7 years ago)
- Last Synced: 2025-02-08T13:28:31.810Z (over 1 year ago)
- Language: TypeScript
- Size: 812 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).