A full-stack Library Management System built with FastAPI (Backend) and React (Frontend).
This project provides a simple yet complete example of CRUD operations with a clean UI, API integration, and a MySQL-backed database.
- 📖 View all books with details (ID, Name, Author, Price)
- ➕ Add new books to the database
- ✏️ Edit existing books
- ❌ Delete books
- 🔒 Reserve / Cancel Reservation for books
- ⚡ FastAPI RESTful API with SQLAlchemy ORM
- 💅 Modern React Frontend with clean and responsive UI
- 🗃️ MySQL Database Integration
Frontend
- React.js
- Axios
- CSS (Custom styling with gradients and blur effects)
Backend
- FastAPI
- SQLAlchemy ORM
- MySQL
- CORS Middleware
git clone https://github.com/<your-username>/<your-repo-name>.git
cd <your-repo-name>