https://github.com/extrawest/stripe-training
https://github.com/extrawest/stripe-training
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/extrawest/stripe-training
- Owner: extrawest
- Created: 2022-12-19T20:56:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T19:31:32.000Z (over 3 years ago)
- Last Synced: 2025-03-30T17:46:38.590Z (about 1 year ago)
- Language: TypeScript
- Size: 454 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STRIPE angular app



## Project info
- **STRIPE based on Angular v14.2.8;**
- **NgRx v14.3.2;**
- **ng-zorro-antd v14.1.1;**
- **rxjs v7.5.0;**
- **@stripe/stripe-js v1.44.1;**
## Features
- store management
- product filtering and sorting
- shopping cart with a final price
- customer checkout
-payment by credit card
## Demo
https://stripe-5acfa.web.app/
### Installing:
**1) Clone this repo to your folder:**
```
git clone https://github.com/extrawest/stripe-training.git
```
**2. Change current directory to the cloned folder:**
```
cd stripe-training
```
**3) You must have installed Node.js v16.15.0 or higher. Run in terminal in root project directory:**
```
# with npm
npm install
# with yarn
yarn install
# with pnpm
pnpm install
```
**4) Start project. Run in terminal:**
```
# with npm
npm run start
# with yarn
yarn run start
# with pnpm
pnpm run start
```
---
Created by Extrawest Angular Team
[Extrawest.com](https://www.extrawest.com), 2022
---