Skip to content

AeroAssist is a versatile ticketing system designed for efficient ticket management. Easily create, view, update, and delete tickets. Streamline your ticketing processes effortlessly.

Notifications You must be signed in to change notification settings

lh1207/AeroAssist

Repository files navigation

AeroAssist Ticketing System

AeroAssist is a versatile ticketing system designed for efficient ticket management.

  • Easily create, view, update, and delete tickets,
  • Comprehensive API documentation.
  • Streamline ticket management and organization.

Table of Contents

Screenshots

features app

Getting Started

getting-started

To run the AeroAssist ticketing system, follow these steps:

  1. Clone the repository.
  2. Open the solution in Visual Studio or JetBrains Rider.
  3. Restore the NuGet packages.
  4. Build the solution.
  5. Create a new database called AeroAssist in SQL Server.
  6. Install the Entity Framework Core tools by running the following command in the Package Manager Console:
    Install-Package Microsoft.EntityFrameworkCore.Tools
    Alternatively, you can install the tools globally by running the following command:
     dotnet tool install --global dotnet-ef
  7. Apply the Entity Framework migrations to the database by running the following command in the Package Manager Console:
    Update-Database
  8. Configure the connection string in the appsettings.json file.
  9. Run the application.

API Documentation

api

OpenAPI documentation is available at /swagger. Use it to explore and test the API endpoints.

About

AeroAssist is a versatile ticketing system designed for efficient ticket management. Easily create, view, update, and delete tickets. Streamline your ticketing processes effortlessly.

Topics

Resources

Stars

Watchers

Forks