Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

ePhoneShop

ePhoneShop is a JAVA EE based web application for eCommerce.

Setup

  • Open project on Netbeans or any other suitable IDE
  • Use Maven to Build
  • Go to com.xpacer.webai.database.MySQLConnection to check and update your SQL connection parameters
  • You may have issues with Weka. Weka.jar can be found in the lib folder under WEB-INF. You can install the dependency as a manual artifact.
  • A sample Sqldump can be found in this repo. Use this dump to bootstrap your database.