Build a simple checkout form to collect payment details. Included are some basic build and run scripts you can use to start up the application.
- Build the server
dotnet restore
- Run the server
dotnet run
Build a simple checkout form to collect payment details. Included are some basic build and run scripts you can use to start up the application.
dotnet restore
dotnet run