/message-board

Epicodus - JavaScript Week 3 & 4 Independent Project

Primary LanguageJavaScript

Message-Board

Epicodus JavaScript Week 3 & 4 Independent Project, 11.04.2016

By Sheena Nickerson

This is a question and answer message board application where a user submits a question and other users can respond with answers. Users can also star their favorite questions to add them to their favorites list.

##Technical Specifications

Behavior Example Input Example Output
Create new question based on form input question: 'How do I change my mailing address?', author: 'John', notes: 'I moved after purchasing tickets.' same as input
List all questions list all all questions
Create answers based on form input answer: 'Check the FAQ page.', author: 'Jane' same as input
Edit questions notes: 'I moved after purchasing tickets and I can no longer sign in with my FB.' same as input

Prerequisites

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

Installation

  • git clone https://github.com/sheenanick/message-board to clone this repository.
  • cd message-board to navigate to the cloned project directory.
  • npm install
  • bower install

Running / Development

This project is also deployed on Heroku and can be viewed here.

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)

Support and Contact Details

Please feel free to contact sheenanick@gmail.com if you have any issues or questions, ideas or concerns.

Further Reading / Useful Links

License

Licensed under the MIT license.

Copyright (c) 2016 Sheena Nickerson