Chapter 4 of Ignite | I created a virtual store for sweater sales, using Nextjs
- Add products to cart
- View product details
- Checkout page using the stripe api ✨
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