Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

This is a repository for my enterprise web application and architecture class SOEN387 at Concordia University during Fall 2017

License

Notifications You must be signed in to change notification settings

prince-chrismc/Enterprise-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enterprise-WebApp

This is a Java/JSP/HTML repository for my enterprise web application and architecture class SOEN387 at Concordia University during Fall 2017

Table of Contents

Contributors

Student ID
Christopher McArthur 40004257

Modules

  • GameSearcher - Part 1: Main project simple user register/login and access database of games by search
  • GameSearcher - Part 2: Search the database of games at any time. Memebers can register with all thier information, when signed into thier accounts they may add games to thier cart and checkout and see a transcript of thier purchases. Admins can control Lock/Unlock on members accounts, see all purchases and adjust inventory.
  • Games: List of games that are availiable from the database
  • SQL: al the SQL queries to manage the database.

System Requirements

  • Netbeans JavaEE 8.2
  • Apache Tomcat 8.0.27 (7+ should work)
  • MySQL Server 5.7 (localhost expected)

Attributions