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

https://github.com/luizfbn/bazzar

Um bazar fictício usando Stripe
https://github.com/luizfbn/bazzar

angular stripe

Last synced: 3 months ago
JSON representation

Um bazar fictício usando Stripe

Awesome Lists containing this project

README

          

Bazzar 💻


Layout
Technologies
Getting Started


A fictional bazaar using Stripe.


📱 Visit this Project

🎨 Layout




💻 Technologies

- Angular
- Jest

🚀 Getting started

Prerequisites

- [NodeJS](https://nodejs.org/en/download)
- [Git](https://git-scm.com/downloads)

Cloning

```bash
git clone https://github.com/luizfbn/bazzar.git
```

Config environments variables

Use the configuration folder `environments` to set your API URL

```yaml
apiUrl: { YOUR_API_URL }
```

Starting

```bash
cd bazzar
npm install
npm run start
```