Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 467 Bytes

ASP.NET Web API Assignment 1 - Ticket Management System

G:

  • Register user as administrator
  • Create, update, and filter tickets
  • Only registered users should be able to access tickets

VG:

  • Create a website in ASP.NET Core MVC, Blazor, Vue, React or pure JavaScript to interact with the API.
    • I used Blazor.
  • Register user & log in via gui/website.
  • List, filter, create, and edit tickets via gui/website.