Skip to content

wystrzal/TicketManagement

Repository files navigation

TicketManagement

Table of contents

General info

TicketManagement - system to report issues.

Screenshots

Example issues view

Example issue-detail view

Technologies

  • ASP.NET Core API.
  • Angular.
  • SQL Server.

Setup

Requirements:

  • .NET Core 3.1
  • SQL Server Management Studio
  • Microsoft SQL Server
  • Node.js
  • Angular CLI

To run API open TicketManagement.API.sln with Visual Studio, change from IIS Express to TicketManagement.API and press F5.

To run SPA open TicketManagement folder in command-line or Visual Studio Code and write in console:

cd TicketManagement-SPA

npm install

ng serve

Open http://localhost:4200.

Passwords:

  • Boss: boss/Boss123

  • Admin: admin/Admin123

  • User: user/User123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published