bookStore is a robust e-commerce platform crafted with React.js, Node.js, MongoDB, and Express.js. It offers a comprehensive collection of books across various genres, providing customers with a seamless shopping experience. Whether you're exploring new releases, diving into classic literature, or seeking niche topics, bookStore ensures intuitive navigation and optimal performance on all devices. Discover, purchase, and enjoy your next favorite read effortlessly with bookStore.
- Access a wide range of books for free, covering various genres and topics. Enjoy unlimited reading without any subscription fees.
- Browse and purchase books directly from the bookStore platform. Explore new releases, bestsellers, and niche genres available for purchase.
- Securely sign in to your account to personalize your reading and shopping experience. Manage your profile, preferences, and purchased books.
- Provide feedback on books you've read to help other users make informed decisions. Rate and review books to share your thoughts and recommendations.
- Effortlessly add books to your cart and proceed to checkout for a smooth shopping experience. Receive order confirmations and track your purchases conveniently.
- Enjoy a responsive and user-friendly interface that adapts to different devices and screen sizes. Access bookStore seamlessly from desktops, tablets, and mobile devices.
- Easily search for books by title, author, genre, or keywords. Discover curated collections and recommendations based on your interests.
-
Clone this repository:
git clone https://github.com/Suchitra-Sahoo/bookStore.git
-
Install Frontend dependencies:
cd Frontend npm install
-
Install Backend dependencies:
cd Backend npm install
-
Running the Frontend:
cd Frontend npm run dev
-
Running the Backend:
cd Backend npm start
After completing these steps, you should have the bookStore up and running on your local machine. 🎉