Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesurenk/ember-rest-samples
EmberJS example application on using REST APIs
https://github.com/thesurenk/ember-rest-samples
ember ember-data emberjs rest-api
Last synced: 14 days ago
JSON representation
EmberJS example application on using REST APIs
- Host: GitHub
- URL: https://github.com/thesurenk/ember-rest-samples
- Owner: thesurenk
- License: unlicense
- Created: 2022-02-09T03:06:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T21:48:35.000Z (almost 3 years ago)
- Last Synced: 2024-12-15T01:02:26.754Z (14 days ago)
- Topics: ember, ember-data, emberjs, rest-api
- Language: JavaScript
- Homepage: https://ksurendra.github.io/ember-rest-samples/
- Size: 624 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
### PrerequisitesYou 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)