An E-Commerce Web App using Java Servlet, JSP.
- Right click on
Database
folder - Choose
Restore Database
- Click on
Device
tick - Find the Initialize database file
RING.bak
and clickRestore
- Change Database Path, User & Pass of your MSSQL in
DBContext.java
private final String userID = <your database username>;
private final String password = <your database password>;
- Change to your Email & Pass in
web.xml
and activethird party app
in your google account for the auto mail function
<context-param>
<param-name>user</param-name>
<param-value>your email address</param-value>
</context-param>
<context-param>
<param-name>pass</param-name>
<param-value>your email password</param-value>
</context-param>
Good to go!