Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ksurendra/ember-rest-samples

EmberJS example application on using REST APIs
https://github.com/ksurendra/ember-rest-samples

ember ember-data emberjs rest-api

Last synced: 3 days ago
JSON representation

EmberJS example application on using REST APIs

Awesome Lists containing this project

README

        

# Ember REST API Samples

This is an Ember application to demonstrate the usage of external REST APIs.

Built using https://reqres.in . Thanks [Ben Howdle](https://benhowdle.im)

# Development
### Prerequisites

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

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)

### Installation

* `git clone ` this repository
* `cd ember-rest-samples`
* `npm install`

### Running / Development

* `ember serve`
* home page at [http://localhost:4200](http://localhost:4200)
* Users page at [http://localhost:4200/users](http://localhost:4200/users)

# Learn more
* [EmberJs](https://emberjs.com)
* [EmberUs - Making API Requests](https://guides.emberjs.com/release/in-depth-topics/making-api-requests/)

# Contributing
We welcome all contributions.

## TODOs
1. Mapping json response to a model.

> Thank you. [Suren K](http://twitter.com/surenkonathala/likes)