Edgy Teenager

Simple Blog.

What is this 5#!+?

This is my first experiment with node.js.
As the title says, it's just a blog, it lets you create/edit/delete posts, and do basic user management. As shown in the screenshots.

Screenshots

Creating/editing.


Reading.


Deleting :(


Managing users


Configuration

There's this file called edgy.json, by now you can set the name of the blog, and the subtitle.

{ "blogHeading": "Edgy Teenager", "blogSubHeading": "Simple blog." }

Dependencies

I tried to keep it light on dependencies, but this is what I needed finally:

  • express.
  • ejs.
  • bson.
  • mongoose.
  • crypto.
  • node-uuid.