#BLOG.md Number of hours spent: 7 hours

Demo page: http://103.47.192.73:3000/posts

##Run It requires webpack to run. So we have to have that node process first.

npm install
node devServer.js

Start the server.

rails s

User Stories

The following required functionality is complete:

HINT: mark the items you completed with [x]

  • User can create a new post, formatted using the Markdown language.
  • User can edit an existing post.
  • There is one post that introduces the App Creator with name, picture.
  • User can delete stories, with an alert that asks the user to confirm.
  • User see a search form on the Posts page.
  • User can submit a search term to find all posts bywith titles containing the search term.

The following optional features are implemented:

  • There is a "navbar" that is responsive to window size similar to http://v4-alpha.getbootstrap.com/examples/navbar/.
  • User can see how many views a post has.
  • User can leave a comment on a post.
  • User can add "tags" to a post, and filter posts by tag.

##Walkthrough Ple ple