Skip to content

HiImLawtSimp1e/BlazorEcommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Ecommerce Project

🚀 Quick start

  1. Step 1. Clone the project
    git clone https://HiImLawtSimp1e/BlazorEcommerce.git
  2. Step 2. change connection string in Server/appsettings.json
     "ConnectionStrings": {
    "DefaultConnection": "server=localhost\\sqlexpress;database=blazorecommerce;trusted_connection=true"
    },
  3. Step 3. import database
    update-database
    
  4. Step 4. Run project
  5. Step 5. run Stripe CLI
    cd Development/Stripe
    
    Verifies your authentication with Stripe
    stripe login
    
    Using Stripe API Version
    stripe listen --forward-to https://localhost:7276/api/payment