Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 522 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 522 Bytes

springboot-csv-chart

Simple web application which takes data from the server and displays the data in a table and a chart. The server reads data from a CSV file stored at a specific location and sends it to the webapp. Use attached csv file for the data and the mockup below for the table and chart. The X Axis for the chart is “Words” and y axes are “Score” and “Avg Score”

run project using mvn spring-boot:run

then go to http://localhost:8080/

Output :

alt text