Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 2.01 KB

README.md

File metadata and controls

54 lines (33 loc) · 2.01 KB

DeveloperBlog - ASP.NET Core MVC

Table of Contents

Project Overview

The blog is a place for me to record interesting snippets and findings relating to software development and ultimately help with my learning.

The blog was built with ASP.NET MVC, C# and SQL, and utilises a role-based security system which restricts access to certain pages and actions. Any visitor can sign up to the site to allow them to leave comments, whilst only designated Admin users can create blogs and posts. There is also a Moderator role, where the user can moderate comments but cannot create blogs/posts.

The front end was developed with HTML, JavaScript, CSS and Bootstrap (utilising a bootstrap template as a starting point). The backend utilises MVC and C#, with a SQLServer database.

Technologies:

C#, SQL, ASP.NET MVC, JS, CSS, Bootstrap, HTML5

Features

HomePage

Blog-Home

Post

Blog-Post

List of Posts

ListofPosts

Categories

category

Search

search

Moderate Comment

Moderate