issues
search
JonathanKremla
/
Visualization-of-cyclic-seasonal-time-series-data
0
stars
0
forks
source link
readme
To run this application locally follow these steps:
navigate to the backend directory and run the following command:
flask run --port=5001
navigate to the frontend/vue_frontend directory and run the following commands:
npm install
npm run dev