/destination_search

Destination search website.

Primary LanguageJavaScript

destinations

O projeto foi desenvolvido com intuito de conhecimento sobre o framework Ember.js. Consiste em um site de Destinos, onde foi consumido uma Api interna montada em JSON, e uma Api externa para o mapa da localização. É possível visualizar a lista, ampliar a imagem do local e verificar o contato do site.

Imagens do site:

Home HomeList HomeListSelect About Contact Test

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd destinations
  • 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
  • npm run lint:fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links