/ticketing-system

ASP.NET MVC 5 App where visitors without authentication can view most commented tickets, as well as to register and login in the system. Registered users, after login, can view, comment and send tickets (e.g.bug reports). Administrators have full CRUD operations on categories. Entity Framework is used as ORM engine and MS SQL Server is used as database storage engine. The data layer is implemented with repository pattern and unite of work. The ASP.NET Identity system is used to keep users and their encrypted passwords.

Primary LanguageC#

Watchers