Welcome to Greenmind - your go-to plant-buying hub!
Explore our curated collection of diverse plants. Order securely, and bring the green vibes to your doorstep.
Happy planting with Greenmind! 🌿
This project serves as a learning platform for building an e-commerce website. Our primary objectives include gaining hands-on experience in creating a responsive website, implementing a functional shopping cart system, and integrating Stripe for secure payment processing.
Understand the fundamental concepts and components of an e-commerce website, including product listings, user accounts, and a seamless checkout process.
Explore techniques for creating a responsive web design that adapts to various screen sizes and devices, ensuring a user-friendly experience on desktops, tablets, and mobile devices.
Implement a shopping cart system that allows users to add, remove, and manage items easily. Focus on providing a smooth shopping experience.
Gain hands-on experience in integrating Stripe, a widely used payment gateway, to handle secure and seamless online transactions. Learn how to securely process payments and handle customer data.
Implement user authentication to enhance security and provide personalized experiences.
Ensure your .env
file includes necessary details such as:
- MongoDB/Atlas connection string
- Stripe API key
A step-by-step guide to installing the project:
npm install
npm run dev