Skip to content

tomgasper/article-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article Manager

This is a MVC .NET App that let the user add, edit, view and store articles in a markdown format. For user authenthication and authorization I made use of ASP.NET Identity. The app also uses Enity Framework to simplify interaction with the database.

Features:

  • add, modify, delete article page
  • user authenthication and authorization
  • markdown support with a nice editor
  • can download document
  • stored using SqlServer

Dependencies:

  • Entity Framework
  • ASP .NET Identity
  • MarkDig
  • HtmlSanitizer

Releases

No releases published

Packages

No packages published

Languages