Skip to content
/ BD.com Public

NextJS 14 , Stripe Payment , SANITY headless CMS , Shadcn UI

Notifications You must be signed in to change notification settings

dizas9/BD.com

Repository files navigation

BD.com

Next JS + SANITY CMS + Stripe + Shadcn UI

Table of Content

  1. About The Project
  2. Tech Stack
  3. Getting Started

About the Project

BD.com is a cutting-edge Next.js E-commerce platform, integrating OAuth authentication via Google and GitHub for secure user access. Utilizing SANITY headless CMS, it efficiently manages content, ensuring seamless customization and dynamic updates. Additionally, the platform features a robust Stripe Payment gateway system, enabling secure and convenient transactions. BD.com offers a streamlined shopping experience, combining advanced technologies for authentication, content management, and payment processing. With its emphasis on security, flexibility, and user experience, BD.com sets a new standard for E-commerce platforms, empowering businesses to thrive in the digital marketplace

Tech Stack

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http:https://localhost:3000 with your browser to see the result.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.