A social network platform for readers, authors and learners to interact, share and discuss books and knowledge — developed as a group assignment for Web-Based Application Development at NSBM Green University. Enhanced my teamwork and backend development skills while contributing to an innovative solution for social reading.
- 🔐 User Login/Signup
- 👤 Create and update user profiles
- 🖼️ Upload profile & cover images (JPEG supported)
- 📖 Post notes, PDFs, and discussions about books
- 💬 Comment, like, and reply to posts
- 👥 Follow/unfollow other users
- 🔔 Notifications for interactions
- 📄 Profile settings and updates
- 🧭 Timeline navigation with pagination
- Frontend: HTML, CSS, Bootstrap
- Backend: PHP
- Database: MySQL
- Server: Apache (XAMPP)
- Version Control: Git
-
Clone the Repository git clone https://github.com/Darshana75/readbook.git
-
Set Up on XAMPP Copy the cloned readbook folder into: C:\xampp\htdocs\
-
Configure the Database Open phpMyAdmin Create a new database named: readbook_db Import the SQL file: readbook_db.sql
-
Run the Project http://localhost/readbook Email: jrr@gmail.com Password: jrr123
This project is for educational purposes only.