• Stars
    star
    113
  • Rank 300,955 (Top 7 %)
  • Language
    TypeScript
  • Created over 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An open source Amazon clone built using the t3-stack.

Amzn Store

This project is an Amazon clone bootstrapped with the T3 Stack.

Amzn Store

Tech Stack

Features

  • Authentication with NextAuth.js
  • CRUD operations with tRPC and Prisma
  • Search products with combobox
  • Add to cart, and proceed to orders
  • Image upload with Cloudinary
  • Subscription with Stripe

Installation

1. Clone the repository

git clone https://github.com/sadmann7/amzn-web.git

2. Install dependencies

yarn install

3. Create a .env file

Create a .env file in the root directory and add the environment variables as shown in the .env.example file.

4. Run the application

yarn run dev

The application will be available at http://localhost:3000.

Deployment

Follow the deployment guides for Vercel, Netlify and Docker for more information.