Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.93 KB

README.md

File metadata and controls

75 lines (48 loc) · 1.93 KB

Advisors

This application is created as part of an interview for Ingenio by Arun Prasad. View Application at https://advisors.surge.sh

This app uses a mock api from mockapi.io.

REST Adapter

This application uses RESTAdapter. The host is currently set to: https://5d78b1efa8c27100149863e2.mockapi.io

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd advisors
  • npm install

Running / Local Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

Note: Tests are not complete.

You can view sample integration test for the component in /tests/integration/components/advisor-test.js

  • ember test
  • ember test --server (Shows test results in a browser window)

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

This app is deployed using ember-surge.

To deploy, run:

ember surge

Further Reading / Useful Links