Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

marktitorenkov/TelerikAcademy-GForum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GForum

Telerik Acadmey ASP.NET MVC Final Project

Build status codecov

Live demo: gforum-mvc.azurewebsites.net (Trial expired)

GForum is a forum built with ASP.NET MVC

Features

  • User accounts with roles
  • Members can change their email and password
  • Administration section
  • Admins can create and delete any category or post
  • Users can post to any category
  • Users can delete and edit their own posts
  • Users can upvote/downvote posts and see the most popular submissions
  • Users can comment on posts
  • Gravatar integration from user's email
  • Markdown support in posts and comments

Develpment

  • Continuous integration with appveyor.com
  • Code coverage at codecov.io
  • Most of the bussiness logic is unit tested