An open API service indexing awesome lists of open source software.

https://github.com/zahidrahimoon/book-review-system

Book Review System has two crud methods one for book and second for Review in php and mysql
https://github.com/zahidrahimoon/book-review-system

book-review-sytem crud mysql php php8 upload-images

Last synced: 12 months ago
JSON representation

Book Review System has two crud methods one for book and second for Review in php and mysql

Awesome Lists containing this project

README

          

# 📚 Book Review System

This project is a web-based application designed to manage books and reviews. It allows users to add, edit, delete, and view books and their reviews. The system is built using PHP and MySQL.

## 🌟 Features

- **CRUD Operations for Books:**
- ➕ Add new books.
- ✏️ Edit existing book details.
- ❌ Delete books.
- 📖 View details of individual books.

- **CRUD Operations for Reviews:**
- ➕ Add reviews for books.
- ✏️ Edit existing reviews.
- ❌ Delete reviews.
- ⭐ View reviews for individual books.

## 🛠️ Technologies Used

- **Backend:** PHP
- **Database:** MySQL
- **Frontend:** HTML, CSS

## 📸 Screenshots

![Home Page](https://github.com/zahidrahimoon/Book-Review-System/blob/master/screenshots/book.PNG)

![ADD BOOk](https://github.com/zahidrahimoon/Book-Review-System/blob/master/screenshots/addbook.PNG)

![Vieww BOOk](https://github.com/zahidrahimoon/Book-Review-System/blob/master/screenshots/viewbook.PNG)

![View Review](https://github.com/zahidrahimoon/Book-Review-System/blob/master/screenshots/viewreview.PNG)

![ADD Review](https://github.com/zahidrahimoon/Book-Review-System/blob/master/screenshots/addreview.PNG)