apfrancois86 / Message-Board

JS Week 2 Project- Ember

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

message-board

This is a question and answer message board where a user submits a question and other users can respond with answers. The appication has the following functions:

  • Questions should have the content of the question itself, an author and additional notes.

  • Answers should have the content of the answer and the author.

  • Include a header and/or navbar that appears on all pages containing the name of your site and a link to the home page.

  • List all questions on the homepage, with only the question and the name of the author showing.

  • Users should be able to click on a question, and be routed to another page containing additional information.

  • Allow users to add and edit questions.

  • Allow users to add answers to a question.

  • Answers should be added and viewed on the same page as the question they respond to.

By Alex Francois

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd message-board
  • 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

JS Week 2 Project- Ember


Languages

Language:JavaScript 70.0%Language:HTML 26.2%Language:CSS 3.8%