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.
To run the AeroAssist ticketing system, follow these steps:
- Clone the repository.
- Open the solution in Visual Studio or JetBrains Rider.
- Restore the NuGet packages.
- Build the solution.
- Create a new database called
AeroAssist
in SQL Server. - Install the Entity Framework Core tools by running the following command in the Package Manager Console:
Alternatively, you can install the tools globally by running the following command:
Install-Package Microsoft.EntityFrameworkCore.Tools
dotnet tool install --global dotnet-ef
- Apply the Entity Framework migrations to the database by running the following command in the Package Manager Console:
Update-Database
- Configure the connection string in the
appsettings.json
file. - Run the application.
OpenAPI documentation is available at /swagger
. Use it to explore and test the API endpoints.