Skip to content

juliion/TicketSupportSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket Support System

Description

This is an ASP.NET Core project to create a Ticket Support System. The application allows customers to create support tickets and track their status. Support agents can be assigned to these tickets and are responsible for resolving them.

Features

  • User Registration and Login
  • Role-based Authorization (Customer, Support Agent, Admin)
  • Create, Read, Update, and Delete Tickets
  • Create, Read, Update, and Delete Comments on Tickets
  • Ticket Sorting, Filtering and Pagination
  • Downloading, removing and getting attachments to comments

Technologies

  • ASP.NET Core 6.0
  • Entity Framework Core 6.0
  • SQL Server
  • JWT for Authentication

Setup

To run this project, install it locally using dotnet:

dotnet restore 
dotnet ef database update 
dotnet run

About

ASP.NET Core project to create a Ticket Support System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages