Shopper is a robust and user-friendly e-commerce website developed with Node.js, React.js, MongoDB, and CSS. It provides a seamless and responsive shopping experience for users, along with an intuitive admin page for efficient management of products.
- User-friendly interface for a smooth shopping experience.
- Admin page with advanced functionalities for easy product management.
- Utilizes MongoDB for scalable and efficient data storage.
- Responsive design for optimal performance on various devices.
- Clone the repository:
git clone https://github.com/your-username/shopper.git - Navigate to the project directory:
cd shopper - Install dependencies:
npm install - Set up MongoDB and update connection details in the configuration files.
- Start the application:
npm start
- Node.js
- React.js
- MongoDB
- CSS
/client: Frontend code (React.js)/server: Backend code (Node.js, Express)/database: MongoDB database configuration
Contributions are welcome! If you find a bug or have a feature request, please open an issue. For code contributions, please follow the standard GitHub fork and pull request workflow.
