Welcome to our Watch E-Commerce platform built using the MERN (MongoDB, Express.js, React.js, Node.js) stack!
-
User Authentication:
- Sign up and log in to access personalized features.
-
Product Management:
- Fetch a curated collection of watches.
- Search for specific watches to find your perfect timepiece.
-
Shopping Cart:
- Add selected watches to your shopping cart.
- Create and update your cart effortlessly.
-
Checkout:
- Securely proceed to checkout for payment and shipment.
-
Payment Gateway Integration:
- Safely complete transactions using our integrated payment gateway.
- Node.js and npm installed locally.
- MongoDB installed and running.
-
Clone the repository:
git clone https://github.com/your-username/watch-ecommerce.git
-
Change to the project directory:
cd watch-ecommerce
-
Install dependencies for the server:
npm install
-
Move to the
client
directory and install client dependencies:cd client npm install
-
Start the server:
npm start
-
Move to the
client
directory and start the client:cd client npm start
-
Open your browser and visit here to access the application.
We welcome contributions! Feel free to open issues and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to add more details, instructions, or customization to suit your project's specifics.