An open API service indexing awesome lists of open source software.

https://github.com/parths049/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”
https://github.com/parths049/springboot-csv-chart

csv-reader highcharts line-chart spring-boot

Last synced: 29 days ago
JSON representation

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”

Awesome Lists containing this project

README

          

# 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](https://i.imgur.com/cQ3INup.png)