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

https://github.com/extrawest/stripe-training


https://github.com/extrawest/stripe-training

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# STRIPE angular app

![Maintaner](https://img.shields.io/badge/maintainer-extrawest.com-blue)
![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)
![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)

## 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

---