This project has the purpose of recording sales, listing the items sold and the responsible seller.
- Clone the project;
- Locate the project's root folder and from there launch your operating system's command prompt;
- Navigate to the project folder Payment-api.Infra.Data with the command below to perform database migration:
cd .\Payment-api.Infra.Data\
dotnet ef --startup-project ../Payment-api.WebAPI\Payment-api.WebAPI.csproj database update
- Navigate to the Payment-api.WebAPI project folder with the command:
cd ..
cd .\Payment-api.WebAPI\
- Run the project :
dotnet run
Category --> Product --> Order --> Sale;
Seller --> Sale;