youtube-challenge-next-stripe
youtube-challenge-next-stripe copied to clipboard
Mini e-commerce example created with Next.js and Stripe API.
Code Challenge - E-commerce with Next.js SSG and Stripe
Mini E-commerce using Next.js Static Site Generator and Stripe Payment API.
Participants
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 = 10
Getting started
- Clone this repository;
- Run
npm or yarn installat each project in order to install dependencies. - Run
yarn dev. - Access
localhost:3000in your browser. - Run
yarn build && yarn servefor build and serve the static folder.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.