Skip to content

Amazon clone using NextJS, MongoDB, Redis, Material UI, and Stripe

Notifications You must be signed in to change notification settings

msowad/amazon-clone

Repository files navigation

nextjs-amazon-clone-dashboard nextjs-amazon-clone

Amazon clone using NextJS, MongoDB, Redis, Material UI, and Stripe

Features

1. View products
2. Add product to card
3. Place order
4. Checkout
5. Complete payment
6. View orders
7. Dashboard
    1. View overview and latest orders
    2. CRUD products
    3. View orders and update status
    4. View users
8. UI
    1. Material UI
    2. Dark mode

Run this project

In the project directory, you can run:

yarn
cp .env.example .env
yarn dev

Open http://localhost:3000 to view it in the browser.