A brief description of what this project does and who it's for
Basket is a modern and fully-functional e-commerce application developed using Next.js, Sanity, Stripe, and Node.js. This project is designed to provide users with an intuitive and seamless online shopping experience.
The application is deployed at https://basket-e-commerce-bice.vercel.app/
Features
- Shopping Cart functionality
- Secure payment processing using Stripe
- Similar Product Suggestion
- Clone the Repository
git clone https://github.com/your-username/basket-e-commerce.git
cd basket-e-commerce
- Install Dependencies
npm install
- Create a .env file in the root of the file and add the following variables
SANITY_PUBLISHABLE_PUBLIC_KEY = your_sanity_project_id
STRIPE_PUBLIC_KEY = your_stripe_public_key
STRIPE_SECRET_KEY = your_stripe_secret_key
- Run the development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser to view your application
- This Project is currently live at basket-e-commerce-bice.vercel.app