Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kassiamabily/ignite-shop
A fullstack web application for purchasing multiple products using Stripe
https://github.com/kassiamabily/ignite-shop
Last synced: about 1 month ago
JSON representation
A fullstack web application for purchasing multiple products using Stripe
- Host: GitHub
- URL: https://github.com/kassiamabily/ignite-shop
- Owner: KassiaMabily
- Created: 2023-12-20T01:58:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T14:51:59.000Z (about 1 year ago)
- Last Synced: 2024-04-23T20:44:07.350Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
A fullstack web application for purchasing multiple products using Stripe
## 💻 Overview
This application was developed as challenge of Ignite program by RocketSeat. The Ignite Shop app is a simple example of a web application to purchasing multiple products using Stripe and NextJS[![Figma](https://img.shields.io/badge/figma-%23F24E1E.svg?style=for-the-badge&logo=figma&logoColor=white)](https://www.figma.com/file/8paDXN0LDhmM3TXaxDWBMy/Ignite-Shop-2.0-%E2%80%A2-Desafio-React-(Copy)?type=design&node-id=2%3A12&mode=design&t=uFT8aGHG1qFgJO0e-1)
## ✅ Features
- [x] List products created at Stripe
- [x] Add and remove items to cart
- [x] Buy cart items and pay using Stripe## 🚀 Tech Stack
The following tools were used in the construction of the project:
## 👉 Run project
Before you begin, you will need to have the following tools installed on your machine:
[Git](https://git-scm.com), [npm](https://www.npmjs.com/)
In addition, it is good to have an editor to work with the code like [VSCode](https://code.visualstudio.com/).```bash
# Copy enviroment variables
$ cp .env.example .env# Clone this repository
$ git clone https://github.com/KassiaMabily/ignite-shop.git# go to the project folder
$ cd ignite-shop# install dependencies
$ npm i# run
$ npm run dev```