Skip to content

alizazahid11/book-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Book Portal

Introduction

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.

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

Screenshots

Login

App Screenshot

Signup

App Screenshot

Display Books

App Screenshot

Add Books

App Screenshot

Update Books

App Screenshot

Reviews & Feedback

App Screenshot

Tech Stack

Client: React, TailwindCSS

Server: Node, Express

Database:MongoDb