8000 GitHub - kessiey/Java-Ecommerce-Webapp-Kessie: A Java based book store web app including Login, Registration and Checkout features.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kessiey/Java-Ecommerce-Webapp-Kessie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Ecommerce-Webapp

A Java based book store web app including Login, Registration and Checkout features.

This is a demonstration on testing this project, you can observe the following steps for testing:

  • Server Setup
  • Dependencies Addition
  • Testing Output

Step 1: Setup

Use Maven WebApp for building. Install Tomcat version compatible with your OS(Windows 10 in my case) and add to IDE, you can do this through properties as shown below:

image

Step 2: Dependencies Addition

Install SQL on default server, make sure that Tomcat installation is on seperate server.
For this Project, you need these dependencies atleast:

image

Step 3: Testing

Run on Server to test.

image

The Output:

Front Page:

image

image

Login:

image

Registration:

image

SQL :

This will be generated by Java code in .jsp files. Remember that SQL should be installed on a different server from Tomcat.

image

About

A Java based book store web app including Login, Registration and Checkout features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 88.4%
  • CSS 11.6%
0