Skip to content

jeffsdev/js-EmberJS-QA_MessageBoard

Repository files navigation

Ember2 - QA Message Board

April 2016
By Jeff Seymour

Description

A Question and Answer message board app built with Ember 2. Users can ask a question, which will get added to the database. You can also view all the questions that have been asked, answer questions, and upvote/downvote them. Through the admin page, users can edit and delete questions.

Technologies Used

Ember 2, JavaScript, Bower, HTML, SCSS, Firebase

Prerequisites

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

Installation

  • git clone 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)

License

Copyright (c) 2016 Jeff Seymour

This software is licensed under the MIT license.

About

Question and Answer message board built with EmberJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published