提供企业差旅管理服务
Create a new database named TravelManagement-local
cd .\TravelManagement.Migration\
dotnet build
dotnet run "{DBConnectionString}"
dotnet restore
set value for the DBConnectionString & ServiceBusConnectionString & ServiceBusQueue & ApprovalSystemUrl & PaymentSystemUrl in appsettings.json
dotnet run --project .\TravelManagement\
visit https://localhost:5001/swagger/index.html to view all apis.
cd .\TravelManagement.Test
dotnet restore
dotnet test