This is just a simple blog platform and it is still work in progress.
Actually it is possible to:
- Create a new post
- Add a comment to a post
- Delete a post
- Edit a post
- Search a post ( by title )
- Add user authentication
- Use handlebars.js for the views ( now they are made in jade )
- Add social features ( share posts )
- Style it!
- Start
mongodb
- Start the app by typing in a terminal
node simple-express.js
- Go to localhost:3000