This is a basic blog app to practice RESTFUL routing with Express-MongoDb-Mongoose.
Features:
- schema and model setup with mongoose.
- blog posts can be created, listed, updated and deleted.
- express-sanitizer is used to avoid malicious HTML code being entered.
Customizations:
- added gulp taskrunner
- used my own RESTFUL routing names
- custom styling with Semantic UI
- homepage shows the latest post in full