The project is mock payment gateway, created for myShop project.
- .NET 8
- ASP.NET Core Blazor
- MudBlazor - Blazor Component Library
- ASP.NET Core Web API
- Entity Framework Core (MS SQL)
Important
For fully functionality, the myShop Pay project must have related projects running.
Full instruction for starting myShop projects is here.
- Clone repository
git clone https://github.com/marcin-niewczas/MyShop-Pay.git
- Database
- Windows
- Nothing to do, but if you wanna run database via Docker go to
Mac OS/Linux
step
- Nothing to do, but if you wanna run database via Docker go to
- Mac OS/Linux
- Go to
./MyShopPay/appsettings.json
and commentWindowsConnectionString
, then uncommentDockerConnectionString
- Run Docker App
- In root directory of repository run
cd ../../ docker-compose up -d
- Go to
- Windows
- In root directory of repository run
dotnet run --project ./MyShopPay/MyShopPay.csproj --launch-profile https
Distributed under the MIT License. See LICENSE for more information.