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.
This application uses RESTAdapter. The host is currently set to: https://5d78b1efa8c27100149863e2.mockapi.io
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm) (Requires Node version 8 or greater)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd advisors
npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
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)
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
This app is deployed using ember-surge.
To deploy, run:
ember surge