Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.06 KB
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.