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
- We extend our heartfelt gratitude for your invaluable contribution to our project! Your efforts play a pivotal role in elevating Vibe Wear to greater heights.
- Make sure you show some love by giving ⭐ to our repository
- ⭐ Star our Repo