This project is a full-stack web application built with React and Node.js, designed to manage a book portal. It includes functionalities for user authentication (signin and login), managing a list of books, updating book details, displaying product information,and a feedback & review page. This README provides an overview of the project's features, installation instructions, and usage guidelines.
npm install
npm start
npm install
npm init # only if package.json is not present
npm install mongoose express cors
node index.js
Client: React, TailwindCSS
Server: Node, Express
Database:MongoDb