Skip to content

Spring Boot & Reactjs application for purpose of calculating moving average of a dataset in a given window size

Notifications You must be signed in to change notification settings

alprbykn/RealtimeMovingAverageCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RealtimeMovingAverageCalculator

Spring Boot & Reactjs application for purpose of calculating moving average of a dataset in a given window size

How to start(Java):

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.

How to start(React):

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"

About

Spring Boot & Reactjs application for purpose of calculating moving average of a dataset in a given window size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published