Skip to content

A simple shopping website I made using Java EE 7, Bootstrap, MySQL and Apache Tomcat for a University Project

Notifications You must be signed in to change notification settings

mattiapv/M.A.N.A.-JavaEE_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run:

  1. Create a MySQL database using structure.sql or data_and_structure.sql in /Database folder.

  2. Change jdbc url in /NetBeans Project/web/WEB-INF/web.xml

    <param-value>jdbc:mysql://host:port/database</param-value>
  3. Change database username and password in /NetBeans Project/src/java/listener/WebAppContextListener.java

     DBManager manager = new DBManager(dburl + "?user=username&password=yourpassword");
  4. Get a Google API Key for Google Maps and replace GOOGLEAPIKEY with your Key in files:

    NetBeans Project/web/autoCompletamento.jsp
    NetBeans Project/web/listaProdotti.jsp
    NetBeans Project/web/listaProdottiVuota.jsp
    NetBeans Project/web/negozio.jsp
    
  5. Open the NetBeans Project folder in NetBeans.

  6. Add the libraries inside /libraries folder to the Netbeans project.

  7. Run the project and if you have Tomcat it should deploy and start.

Screenshots

  1. Home

alt text

  1. Login

alt text

  1. Logged In

alt text

  1. Products List

alt text

  1. Product

alt text

  1. Cart

alt text

  1. Payment

alt text

  1. Shop

alt text

  1. Orders Management

alt text

About

A simple shopping website I made using Java EE 7, Bootstrap, MySQL and Apache Tomcat for a University Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published