Comments System

I thought it would be fun to add commenting functionality, so I rolled up a fairly simple Node/Express REST api. This was mostly a fun practice exercise, and allows me to retain full control over my system rather than relying on something like Disqus. Check it out on any blog post, and say hello!

This comments system features:

  • REST operations
  • Graceful error handling
  • Password-protected admin panel
  • Standard measures like rate limiting, validation

And was built with:

  • Node + Express
  • Heroku
  • PostgreSQL