Velocitor Helpdesk - ASP.NET Core

This is a helpdesk application built using ASP.NET Core. It is a simple application that allows users to submit helpdesk tickets and for helpdesk agents to manage those tickets.

Getting Started

Prerequisites

  • .NET Core SDK (Version X.X or later - specify which version is applicable)
  • Node.js (For managing frontend dependencies)

Installation

  1. Clone the repository:

    git clone [[invalid URL removed]]([invalid URL removed])
  2. Navigate to the project directory:

     cd velocitor-helpdesk-asp
  3. Install frontend dependencies:

    npm install
  4. Start the application:

     dotnet run

Usage

The application is a simple helpdesk application. Users can submit tickets and helpdesk agents can manage those tickets.