From bf97930d16bb3bd700cc53df756112f892c83788 Mon Sep 17 00:00:00 2001 From: "Adedamola Adeniran (adenirana)" Date: Wed, 12 Aug 2020 17:26:20 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.