A full-stack E-Commerce Bookstore built using the MERN Stack (MongoDB, Express.js, React, Node.js).
- Frontend: React, Redux Toolkit, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB with Mongoose ORM
-
Clone the repository
git clone https://github.com/yourusername/ecommerce-bookstore.git cd ecommerce-bookstore -
Install dependencies
npm install cd client && npm install
-
Build for production
npm start

