This repository contains a .NET API built using Clean Architecture and Minimal APIs. It integrates JWT authentication for user management and uses Entity Framework Core for data handling.
- .NET 9.0 SDK
- SQL Server or another compatible database
- A code editor like Visual Studio or Visual Studio Code
Clone the repository to your local machine:
git clone https://github.com/ebadhassanDev/Truckoom.Maintenance.git
cd Truckoom.Maintenance
cd Truckoom.Maintenance.Api
dotnet build
dotnet watch run Truckoom.Api