Skip to content

mini E-Commerce App made using Java Servlet, JSP and MySql

Notifications You must be signed in to change notification settings

kenangenjac/Mini-E-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Mini E-Commerce

mini E-Commerce Web App made using Java Servlets, JSP and MySQL

Fully functional web app with focus on backend.
App can be accessed through admin mode, user mode, or guest mode, with their separate functionalities.
If you were to run it, you would need MySql server and configured NetBeans or Eclipse WebApp Project with MySql .jar connector.
Admin credentials are user: admin and pw: admin.

The thechnologies used are a little bit outdated, but a good basis to understanding newer server-side technologies.
JSP code is inside web folder and Servlets, Beans and Utils codes are inside src folder.
Credentials for database connection are set to: username: root and password: root, but if you have different DB server credentials they can be changed inside /src/java/Utils/DB.java where connection is initialized.

About

mini E-Commerce App made using Java Servlet, JSP and MySql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published