Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocketseat-content/youtube-challenge-next-stripe
Mini e-commerce example created with Next.js and Stripe API.
https://github.com/rocketseat-content/youtube-challenge-next-stripe
Last synced: about 2 months ago
JSON representation
Mini e-commerce example created with Next.js and Stripe API.
- Host: GitHub
- URL: https://github.com/rocketseat-content/youtube-challenge-next-stripe
- Owner: rocketseat-content
- Created: 2020-05-05T08:43:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T16:31:08.000Z (about 4 years ago)
- Last Synced: 2023-03-06T07:27:47.244Z (almost 2 years ago)
- Language: TypeScript
- Size: 406 KB
- Stars: 31
- Watchers: 6
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Code Challenge - E-commerce with Next.js SSG and StripeMini E-commerce using Next.js Static Site Generator and Stripe Payment API.
## Participants
| [](https://github.com/guilhermerodz) |
| :------------------------------------------------------------------------------------------------------------------------: || [Guilherme Rodz](https://github.com/guilhermerodz)
## Functional Requirements
- [x] User can view all available products
- [x] User can buy any available product## Business Rules
- [x] User is sent to Stripe for Checkout
## Non-functional Requirements
- [x] Next.js (Static Site Generation)
- [x] Stripe
- [x] React## Dependencies
- [Node](https://nodejs.org/en/) = 10
## Getting started
1. Clone this repository;
2. Run `npm or yarn install` at each project in order to install dependencies.
3. Run `yarn dev`.
4. Access `localhost:3000` in your browser.
5. Run `yarn build && yarn serve` for build and serve the static folder.## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.