/massage-board

Primary LanguageJavaScript

Message the foo

  • By Riley Watts

alt text

Description

A basic message board for tech related inquiries. Users may ask new questions, read old questions and answers, or answer previously asked questions.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd massage-board
  • npm install
  • bower install

Building/ Usage

When ready to start up, be sure you are located in the "massage-board" directory and run $ ember build, followed by $ ember serve. You can now visit localhost:4200 in your web browser and use the "Message the foo" web-app.

Planning

  • format application.hbs layout
  • generate necessary routes
  • generate model for questions
  • generate model for answers
  • generate necessary components

License

Copyright (c) 2017 MIT License Riley Watts