-
Step 1. Clone the project
git clone https://github.com/zhengwuqingling28/BlazorEcommerce.git
-
Step 2. change connection string in Server/appsettings.json
"ConnectionStrings": { "DefaultConnection": "server=localhost\\sqlexpress;database=blazorecommerce;trusted_connection=true" },
-
Step 3. import database
add-migration InitialDatabase update-database
-
Step 4. Run project
-
Step 5. run Stripe CLI
cd Development/StripeVerifies your authentication with Stripe
stripe loginUsing Stripe API Version
stripe listen --forward-to https://localhost:7276/api/payment
zwql-learncode/BlazorEcommerce
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|