A website for people to read books online for free. It is built upon PHP, HTML, CSS and JavaScript along with SQL database. GET and POST request is used heavily to build dynamic HTML webpage.
- Install WAMP Server at https://www.wampserver.com
- Move the project file to
wamp64/www
directory after installing WAMP Server - login to phpMyAdmin, create a new database named
wdt_assignment
- in the created database, import the included database file in the project file at
online_library_website/database/wdt_assignment.sql
- The website can now be accessed in localhost