Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohps10/lojadodev
🛒 Frontend application that uses the Stripe API to sell products
https://github.com/gustavohps10/lojadodev
axios chakra-ui ecommerce nextjs react stripe typescript yarn zod
Last synced: 19 days ago
JSON representation
🛒 Frontend application that uses the Stripe API to sell products
- Host: GitHub
- URL: https://github.com/gustavohps10/lojadodev
- Owner: Gustavohps10
- License: mit
- Created: 2024-07-11T00:43:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T07:05:34.000Z (5 months ago)
- Last Synced: 2024-12-23T01:15:25.756Z (19 days ago)
- Topics: axios, chakra-ui, ecommerce, nextjs, react, stripe, typescript, yarn, zod
- Language: TypeScript
- Homepage: https://lojadodev.vercel.app
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## :page_with_curl: Description
A simple online store with the aim of selling products registered on [Stripe](https://stripe.com/) and with a software development theme## :game_die: Features
- [x] List stripe products
- [x] Checkout## :gear: Running
### Environment variables
Copy ```.env.example``` file as ```.env.local```
```
copy .env.example .env.local
```### Install dependencies
```
yarn install
```### Run app
```
yarn dev
```## :hammer_and_wrench: Tools
## :adult: Contributors