This project is an Amazon clone bootstrapped with the T3 Stack.
- 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
git clone https://github.com/sadmann7/amzn-web.gityarn installCreate a .env file in the root directory and add the environment variables as shown in the .env.example file.
yarn run devThe application will be available at http://localhost:3000.
Follow the deployment guides for Vercel, Netlify and Docker for more information.
