Skip to content

Ember CLI Ember.JS Bootstrap Ember CLI Mirage Demo APP (Ember Developer)

Notifications You must be signed in to change notification settings

tomaszs/ember-js-developer

Repository files navigation

Ember CLI Ember.JS Bootstrap Ember CLI Mirage Demo APP

A simple app made in Ember CLI, Ember.JS, Bootstrap, Mirage with basic tests. It contains two models: territories and lawyers. Each territory can have multiple lawyers. You can add,remove,list and update territories. Display lawyers associated with a territory. Filter territories by name. Tests are included. Acceptance tests are NOT included.

JSON API (mocked):

  • territories (name (string), lawyers (many), representative (string))
  • lawyers (name, secondname - strings)

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd myapp
  • npm 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

Linting

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

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Ember CLI, Ember JS Developer

About

Ember CLI Ember.JS Bootstrap Ember CLI Mirage Demo APP (Ember Developer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published