Skip to content

Latest commit

 

History

History
35 lines (34 loc) · 1.59 KB

README.md

File metadata and controls

35 lines (34 loc) · 1.59 KB

Book-Portal Project

Overview

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.

Features

  • 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.

Technologies Used

  • Frontend: React, Tailwind CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB

Frontend

npm install
npm start

Backend

npm install
npm init # only if package.json is not present
npm install mongoose express cors
node index.js

Login

Login-image

Signup

Signup-page

Home

Home-page

Add Books

Add

Update Books

Update

About Us

About-us

Feedback

Feedback