Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzhudson/ignite-shop
https://github.com/lzhudson/ignite-shop
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lzhudson/ignite-shop
- Owner: lzhudson
- License: mit
- Created: 2023-05-15T14:43:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T11:35:55.000Z (6 months ago)
- Last Synced: 2024-06-26T12:23:03.569Z (6 months ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Author](https://img.shields.io/badge/author-lzhudson-00B37E?style=flat-square)](https://github.com/lzhudson)
[![Languages](https://img.shields.io/github/languages/count/lzhudson/ignite-shop?color=%2300B37E&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/lzhudson/ignite-shop?color=00B37E&style=flat-square)](https://github.com/lzhudson/ignite-shop/stargazers)
[![Forks](https://img.shields.io/github/forks/lzhudson/ignite-shop?color=00B37E&style=flat-square)](https://github.com/lzhudson/ignite-shop/network/members)
[![Contributors](https://img.shields.io/github/contributors/lzhudson/ignite-shop?color=00B37E&style=flat-square)](https://github.com/lzhudson/ignite-shop/graphs/contributors)# :pushpin: Table of Contents
* [Features](#rocket-features)
* [Installation](#construction_worker-installation)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)# :rocket: Features
* Show products from Stripe
* Add product to cart
* Purchase product with Stripe checkout# :construction_worker: Installation
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**
```
git clone https://github.com/lzhudson/ignite-shop.git
```SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
```
git clone [email protected]:lzhudson/ignite-shop.git
```**Install dependencies**
```
npm install
```**Start development server**
```
npm run dev
```This project uses the [Stripe](https://stripe.com/br) service, so you'll probably have to connect to Stripe and register your products, so I've left an [.env.example](https://github.com/lzhudson/ignite-shop/blob/main/.env.example) so you can just set up your keys.
# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the [Ignite Shop](https://github.com/lzhudson/ignite-shop/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/lzhudson/ignite-shop/blob/main/CONTRIBUTING.md) to find out about the coding standards.
# :tada: Contributing
Check out the [contributing](https://github.com/lzhudson/ignite-shop/blob/main/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
Released in 2024
This project is under the [MIT license](https://github.com/lzhudson/ignite-shop/main/LICENSE).Designed by [Rockeseat](https://github.com/Rocketseat) and developed by [Hudson Holanda](https://github.com/lzhudson) 🖤🚀