App for displaying some data on dashboard as a Chart and then as a Table. The sequence of execution is as follows; (1) Download source data from the API web, which is an MS Excel document. (2) Extract records from MS Excel and transform them into JSON data and then save it in the database. (3) Extract data from this database and then make it available through spring boot restful services. (4) The Vue frontend the receive from spring boot the data and then finally displays it in the table and the chart.
- Spring-boot
- Vue Frontend
- MySQL/Postgresql
- Source data API
Backend
==============================================
mvn clean package
mvn spring-boot:run
Frontend
==============================================
npm i
npm run serve
http://localhost:8040/api/markets/listed
http://localhost:8040/api/markets/selected/2020/08/01
http://localhost:8040/api/markets/selected/2020/11/02
http://localhost:8040/api/markets/selected/2020/12/03
http://localhost:4600/#/
http://172.16.184.235:4600/#/
- Access records form API
- Limit accessible dates of the data
- View data as a Table and Chart
- Testing(Pending)
Below are screen shots from the application's output
16/03/2022
25/03/2022