<a href="https://github.com/kartikayasijaa/vibe-wear/graphs/contributors"><img src="https://img.shields.io/github/contributors/kartikayasijaa/vibe-wear?color=brightgreen"></a>
<a href="https://github.com/kartikayasijaa/vibe-wear/stargazers"><img src="https://img.shields.io/github/stars/kartikayasijaa/vibe-wear?color=0059b3"></a>
Vibe Wear is a comprehensive e-commerce platform built with Next.js, integrating a seamless payment gateway powered by Stripe. It leverages Prisma as its ORM for PostgreSQL and Tailwind CSS for styling.
Visit https://vibe-wear.vercel.app/ to see the live demo!
VSOC 2024 | |
This project is part of Vinasaya Summer of Code. We warmly welcome contributions from the community to help elevate Vibe Wear. |
Clone the project
git clone https://github.com/kartikayasijaa/vibe-wear.git
Install dependencies
npm install
or
yarn
Add .env file
NEXTAUTH_SECRET=
DATABASE_URL=
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=dzyvijbn6
NEXT_PUBLIC_CLOUDINARY_API_KEY=929439284661482
CLOUDINARY_API_SECRET=75okyPwmxit0-DlMoj3iKU_Pjvs
NEXT_PUBLIC_API_BASE_URL=http://localhost:3000
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=
Start the server
yarn dev
or
npm run dev