EBook Rental Website






I present to you my EBook Rental Website:

I made this project for a Web Programming Class, I worked on it in a group with Michael Tan, Brian Ramirez, Don Tran and Tomas Kaplan

The website allows users to purchase and upload ebooks!

The project uses HTML, CSS, PHP and SQL.

It includes a Login Page, Search Page, Book Display Page, Checkout Page and a Upload page.
Additionally it has an SQL database that stores user info, order info and book info.

It works by using session cookies to track users on the server.
I also put some thought into the security of the website by including prepared statements to prevent against SQL injections.

Overall the website is still in a prototype phase, it needs a better design, it doesn't have a payment system yet and some functions should be handled in Javascript to ease stress on the server.

I think its a very cool project which could facilitate ecommerce based on usergenerated content!

Github Link:
https://github.com/NicholasMalamud/EBook-Rental-Website