This project is a full-stack web application designed to manage a book portal. Built with React, Node.js, Express, Tailwind CSS, and MongoDB, it offers functionalities for user authentication, managing book listings, updating book details, displaying product information, and collecting user feedback and reviews.
- User Authentication: Users can sign up and log in to the portal.
- Book Management: Add, update, or remove books from the portal.
- Book Details: Display detailed information for each book.
- Feedback & Reviews: Users can leave reviews and provide feedback on books.
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
npm install
npm start
npm install
npm init # only if package.json is not present
npm install mongoose express cors
node index.js