Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiimlawtsimp1e/blazorecommerce
Blazor & EF Core 6.0, JWT
https://github.com/hiimlawtsimp1e/blazorecommerce
blazor entityframeworkcore jwt
Last synced: about 2 months ago
JSON representation
Blazor & EF Core 6.0, JWT
- Host: GitHub
- URL: https://github.com/hiimlawtsimp1e/blazorecommerce
- Owner: HiImLawtSimp1e
- License: mit
- Created: 2023-11-14T20:43:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-08T02:05:38.000Z (8 months ago)
- Last Synced: 2024-05-08T03:22:53.995Z (8 months ago)
- Topics: blazor, entityframeworkcore, jwt
- Language: C#
- Homepage:
- Size: 340 KB
- Stars: 0
- 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
```