Spring Boot & Reactjs application for purpose of calculating moving average of a dataset in a given window size
pull the code to the idea. load maven scripts, enable lombok. select edit configuration and set main application as MovingAverageWebSocketApplication start in debug mode or run.
create a react app with: npx create-react-app your_app_name cd your_app_name and npm install replace App.js or App.tsx with given App.js file. from the terminal, run "npm start"