A Java web application.
Or more specifically the software this project was built on.
- JDK 8
- NetBeans 8.2
- Oracle 10G
-
Clone the project:
git clone https://github.com/ShamikGhosh2003/MinorWebApp.git -
Under
/WEB/WEB-INFcreate two files:i.
db.propertieshostname=hostname port=1521 SID=orcl username=sql_username password=sql_passwordii.
mail.propertiesusername=email@domain.com password=yourAppPassword -
Copy the two files to
src/javaas well. -
Open folder as a project in NetBeans.
-
Run from
StatPages/login.html.