vermuz / amzn-web

Home Page:amzn-web.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

amzn-web.vercel.app


Languages

Language:TypeScript 98.3%Language:CSS 0.9%Language:JavaScript 0.9%