An open API service indexing awesome lists of open source software.

https://github.com/hiimlawtsimp1e/blazorecommerce

ASP.NET Core API 6.0 & Blazor, EF Core ORM, JWT
https://github.com/hiimlawtsimp1e/blazorecommerce

asp-net-core asp-net-core-web-api blazor c-sharp dependency-injection ef-core entityframeworkcore jwt net-6-0 wasm

Last synced: about 1 month ago
JSON representation

ASP.NET Core API 6.0 & Blazor, EF Core ORM, JWT

Awesome Lists containing this project

README

          

# Blazor Ecommerce Project

## 🚀 Quick start

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