- use "XAMPP" to start MySQL
- use "HeidiSQL" to operate MySQL (password is empty)
- network type: MySQL(TCP/IP)
- host name/IP: 127.0.0.1
- user: root
- password:
- port: 3306
- execute SQL file (choose file "mysql_shoppingcart.sql (only table)" or "ooteam4_db_snapshot.sql (with data)")
- use "Eclipse Jee Photon" to open this project
- install "Maven" (How to install Maven on Windows)
- setting system variables
- "JAVA_HOME": "C:\Program Files\Java\jdk1.8.0_171"
- "JUNIT_HOME": "D:\junit4"
- "Path": add "D:\apache-maven-3.5.3\bin;"
- use "tomcat 8.5" as server
- startup project on the server, then open in the browser :
- font-end page: http://localhost:8080/ooteam4/
- back-end page: http://localhost:8080/ooteam4/admin