Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lzhudson/ignite-shop


https://github.com/lzhudson/ignite-shop

Last synced: about 2 months ago
JSON representation

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) 🖤🚀