A simple E-Library made from HTML, CSS and PHP. One can host this on their local server and share E-books, Question papers, Documents etc. with others.
- Allows only Pdf, Doc and Docx files to be uploaded.
- Neat UI.
- Written with simplest of technologies using simplest of code.
- HTML
- CSS
- Java Script
- PHP
- MY SQL
- Apache
- Install XAMPP Server.
- Start My Apche and MySQL modules.
- Go to PhpMy Adminsection from the url http://localhost:8080
- Create a database named 'newdb' and in that create table 'bookdb' with 7 fields: bookname, bookdesc, bookauthor, booklang, bookfile, uploadername, uploaderemail
- Make sure all the fileds has the type varchar.
- Download the project files in Xampp\htdocs\ location and then access the index.html file.
- Inside htdocs folder create a folder 'files'. The books will be uploaded to this location.
- MIT. Free Software, Hell Yeah!