diff --git a/README.md b/README.md index 81e73b2..6e1a0da 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# ePhoneShop \ No newline at end of file +# 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.