A full-stack Library Management System built with:
- FastAPI (Python)
- SQLAlchemy + SQLite
- JWT Authentication
- React + Vite Frontend
- Role-based Access (Admin/User)
- Add, update, delete books
- View all borrow history
- Borrow and return books
- View my borrowed books
cd backend pip install -r requirements.txt uvicorn main:app --reload
cd frontend npm install npm run dev