Skip to content

montoias/uniplaces-ember-tutorial-2

Repository files navigation

Tutorial 2

In this tutorial we talk about the model and ember-data.

We focused in the model and more specifically on adapters, serializers and relationships. We used ember-cli-mirage to mock the server behaviour and how we could use it to produce better tests.

In the end I demonstrated how easy it would to use Firebase. In this Repository it's not present how on purpose. If you have the time please follow https://github.com/firebase/emberfire#installation and try it out. 😄

I recommend this as a supplementary read: https://emberigniter.com/fit-any-backend-into-ember-custom-adapters-serializers/

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Ember class #2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published