Skip to content

SonaliKumari2/vibe-wear

 
 

Repository files navigation

Vibe Wear📝


Welcome to Vibe Wear 👋

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.

👩‍💻 Live demo

Visit https://vibe-wear.vercel.app/ to see the live demo!


🚀Technology Used

nextjs ts prisma tailwind postgresql



Open Source Programs

VSOC Logo VSOC 2024
This project is part of Vinasaya Summer of Code. We warmly welcome contributions from the community to help elevate Vibe Wear.

Handshake Want to Contribute?


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

Red Heart Contributors


  • 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

Support ⭐

  • ⭐ Star our Repo

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%