Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 816 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 816 Bytes

Ignite Shop 2.0!

Chapter 4 of Ignite | I created a virtual store for sweater sales, using Nextjs

Transactions app Transactions app

Features

  • Add products to cart
  • View product details
  • Checkout page using the stripe api ✨

Installation

You need to install Node.js or Yarn first, then in order to clone the project via HTTPS, run this command:

https://github.com/daniel-koti/ignite-shop.git

You need to create an account on stripe, and use it as your content manager. Register your products, and use the public and secret keys to connect to the stripe api.

Install dependencies

npm install

or

yarn