This is a repository for the final CS 5610 Web Development course project. It comprises the back end server-side code, write in Node.js and handles all of the API endpoints for retrieving, storing, updating, and deleting data related to blog posts. The data is stored in a MongoDB database.
If you are interested in the related front-end code, written in Angular, please visit this repository https://github.com/lkacoy/webdev-cs5610-project-angular.