Q and A Messageboard

This Ember app lets you write questions to the database and assign those questions answers. you can rate weather a question was helpful and those higher rated will be ranked higher in the list. If you see an answer you find quite helpful you can click it to add it to your note pad and save it for later.

Prerequisites

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

Installation

  • git clone https://github.com/CrucialGier/JSWeek3Review-QandAMessageBoard 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

Copyright @ Stewart Cole, 8/26/2016