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
- Host: GitHub
- URL: https://github.com/hiimlawtsimp1e/blazorecommerce
- Owner: HiImLawtSimp1e
- License: mit
- Created: 2023-11-14T20:43:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T02:05:38.000Z (about 2 years ago)
- Last Synced: 2025-01-18T23:49:06.004Z (over 1 year ago)
- Topics: asp-net-core, asp-net-core-web-api, blazor, c-sharp, dependency-injection, ef-core, entityframeworkcore, jwt, net-6-0, wasm
- Language: C#
- Homepage:
- Size: 340 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```