Available at: https://bookstore-srgykim.rhcloud.com/
Online shopping system (bookstore) implemented using Java Servlets, JSP, Apache Tomcat.
To run this project on your local machine follow these instructions:
-
Download and install PostgreSQL http://www.postgresql.org/ including pgAdmin.
-
Download and install Netbeans https://netbeans.org/ Note: Don't forget to include Apache Tomcat to be installed during the installation procedure.
-
Create a new user named "srgykim" and password "srgykim" using pgAdmin and grant all the privileges (superuser).
-
Download the project from this repository and extract it.
-
On behalf of "srgykim" (with ownership) user create a new database called "bookstore".
-
Run the script bookstore.sql
-
Open the project using Netbeans.
-
Add latest PostgreSQL JDBC Driver using Netbeans.
-
Run the project.
Contacts: srgykim@gmail.com