A question and answer message board where a user submits 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.
You will need the following things properly installed on your computer.
git clone https://github.com/SkyRousse/question-answers.gitthis repository- change into the new directory
npm installbower installember install emberfire
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 testember test --server
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.
GNU GPL v2. Copyright 2016 Sky Rousse