The project has been developed in the second year as part of academic mini-project.
Built using the Eclipse IDE.
Instructions
:
-
In Eclipse IDE, under the new project section , select the dynamic web project option, and give a name to the project, in this case TheNextDoorHub.
-
Create a package with the name ‘project’, and store all the .java (servlet) files under this package. (If using different package names, then changing the import <package name> in the various .jsp files is mandatory.
-
Under the Web Content Folder, store all the .jsp (servlet pages) files.
-
The project is deployed on the Apache Tomcat server (v 8.5.57) and the database used is MySQL provided by the Xampp server Module (v9).
-
Create the necessary tables (with the user table containing manually added entries as there is no privilege to signup)