Message Board
Website showcasing everything I learned in Epicodus week 3 and 4 of JavaScript. This application is to incorporate all the concepts taught this week by creating a message board application. Users should be able to submit a question and other users can respond with answers.
- 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 to view 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.
- Implement at least one computed property, helper, and service.
You will need the following things properly installed on your computer.
git clone https://github.com/alvindng/ember-message-board
- change into the new directory
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.
MIT License. Copyright © 2016