Project information

Project Summary

A group project for my IT488 course. It is an MVC web application of a simple blogging website. Currently implemented user functionality includes the ability to register an account, post a blog, add tags to your blog posts, and manage your own posts. Currently implemented admin functionality includes the ability to remove blog posts, restore removed and deleted posts, and elevate user accounts to administrator status. My primary responsibilities for this project were back-end implementations involving our SQL Database, such as schema planning and creation of SQL Triggers to implement admin functionality.