Database Design & Architecture
Relational schema and SQL implementation of the system.
Relational schema and SQL implementation of the system.
The Book Exchange System is a database-driven application designed to facilitate the exchange of books among users in an organized and efficient manner. The system allows users to list books they own, search for available books posted by others, and request exchanges without the need for direct monetary transactions. This project is developed using MySQL as the core Database Management System to store and manage data related to users, books, exchange requests, and transaction history. It ensures proper data integrity through relational tables, primary and foreign keys, and constraints.