This is a WebApplication made with Servlet.
Aggregates the number of visits to the website and the number of link cliks on the website.
In addition, the aggregation results are displayed as Graphs on the website.
Graph Processing used Javascript and canvasjs.
Server : Tomcat 8
Language : Java8,html5,css,Javascript
Framework : JavaEE
Database : mysql
1.CreateDatabase
mysql -u root < query.sql
2.Access website
top.jsp
3.Access Graph
login.jsp
shimoyama