https://github.com/marcusoftnet/amazon-clone
A build I did to pick up Next.JS and Tailwind CSS, before I wrote the AddOn
https://github.com/marcusoftnet/amazon-clone
Last synced: 2 months ago
JSON representation
A build I did to pick up Next.JS and Tailwind CSS, before I wrote the AddOn
- Host: GitHub
- URL: https://github.com/marcusoftnet/amazon-clone
- Owner: marcusoftnet
- Created: 2021-05-26T13:36:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-05T20:46:24.000Z (about 5 years ago)
- Last Synced: 2025-01-15T14:15:24.217Z (over 1 year ago)
- Language: JavaScript
- Homepage: amazon-clone-chi-coral.vercel.app
- Size: 788 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Clone
This was made as part of the great [PapaFam Amazon React.JS Challenge](https://www.youtube.com/watch?v=VA-UN_6oNG8)
## Installation
```bash
git clone [url] amazon-clone
cd amazon-clone
npm i
npm run dev
```
This will start a server on [localhost:3000](http://localhost:3000)
## Environment variables
There are environment variables to setup.
* Authentication
* GOOGLE_ID
* GOOGLE_SECRET
* NEXTAUTH_URL
* Stripe
* STRIPE_PUBLIC_KEY
* STRIPE_SECRET_KEY
* Stripe Terminal/CLI
* STRIPE_SIGNING_SECRET
* HOST
So you will need to setup Stripe, Firebase (Firestore and Authentication) in order to get this to work
## Deployed version
My deployed version, that is using a TEST Stripe site, is deployed here