BookSage is a platform dedicated to promoting education and literacy by connecting donors, funders, and people in need of books. Built using React, Node.js, Express, and SQL, this project facilitates book donations and funding for distributing books to those who need them most.
- Fundraising for Literacy: Users can contribute funds to help provide books to the needy.
- Book Donations: Donate used books, which are collected and distributed to those requesting books on the platform.
- Request Books: Users in need can request books directly through the platform.
- Efficient Book Management: Tracks donations, funding, and book requests seamlessly.
- Frontend: React
- Backend: Node.js, Express
- Database: SQL
- Clone the repository:
git clone https://github.com/Taurus1601/booksage.git cd BookSage npm install npm run dev