tasminions / blog

1 stars 0 forks source link

Travis Test Coverage Code Climate Issue Count Codecrystal

Blog

Check it out on heroku! http://tasminionsblog.herokuapp.com/

What & Why

This is a blog about monkeys made with hapijs, with the purpose of practicing the following topics (specified here): server routes authentication SASS framework saving created/edited posts on a database.

Wireframes

user-story

folder-structure

routes

homepage

about

dashboard

editpost

newpost

Data Structure

{
  "posts": {
    "29382": {
      "id": "9352",
      "title": "ifn",
      "author": "ownwv",
      "date": "fwepihrv",
      "body": "Liwehofrg",
      "comments": [{
        "author": "foence",
        "date": "eqfbwr",
        "body": "ewobrw"
      }, {
        "author": "foence",
        "date": "eqfbwr",
        "body": "ewobrw"
      }],
      "likes": 234
  },
  "users": {
    "john": {
      "secret": "piqhefwc",
      "isAdmin": true,
      "email": "rwohgj"
    }
  }
}

Instructions

In order to get a chat room hosted on your machine, follow these instructions: