Product-Store is a dynamic platform built using the MERN stack (MongoDB, Express.js, React, and Node.js). It offers a seamless experience for managing and showcasing products, providing users with an intuitive interface and powerful backend functionality to simplify the process of product management.
- Product Management: Add, update, delete, and view products.
- Responsive Design: Optimized for both desktop and mobile devices.
- Backend API: A powerful REST API built with Express.js for managing products.
- Database: MongoDB for efficient storage and retrieval of product information.
- MongoDB: NoSQL database for storing product details.
- Express.js: Web framework for building the REST API.
- React: Frontend library for building a dynamic user interface.
- Node.js: Backend runtime for executing JavaScript code on the server.
- Clone the repository:
git clone https://github.com/your-username/product-store.git
2.Install dependencies for both the client and server: cd product-store pnpm install cd client pnpm install
4.Run the development server:
pnpm run dev