Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

60 lines (33 loc) · 1.3 KB

Customer-Intelligence

Requirements

1. MySQL

  • MySQL : click here to download.

  • MySQL Server

  • MySQL Workbench

  • MySQL Connectors

  • For installation guide please refer to this video MySQL Installation steps : Inlcude MySQL Connectors (ODBC) in the custom installation

2. Eclipse

  • Eclipse for Java EE Developers : click here to download.

3. Python

4. PyCharm

Installation

Clone

Clone this repository using this command

git clone https://github.com/yashpatel2911/Customer-Intelligence.git

Setting up Project

  1. MySQL
  • Open MySQL Workbench or open any another UI tool to access MySQL server
  • Import the SQL file from the project called DataTables.sql
  • Execute the Query
  1. Eclipse
  • Open the Eclipse in J2EE mode.
  • In eclipse, import
  1. PyCharm

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.