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
- Host: GitHub
- URL: https://github.com/luizfbn/bazzar
- Owner: luizfbn
- Created: 2025-03-11T00:38:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T04:11:05.000Z (about 1 year ago)
- Last Synced: 2025-04-05T05:22:57.705Z (about 1 year ago)
- Topics: angular, stripe
- Language: TypeScript
- Homepage: https://bazzar-mu.vercel.app
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bazzar 💻
Layout •
Technologies •
Getting Started
A fictional bazaar using Stripe.
🎨 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
```