This is the project for Data Mining Lesson created by Mahmut Akyol!
I used prepeared DB from UCI diabet database;
I am usigin VueJS in frontend. In order to run frontend application, I suggest that you should instlal VueJS CLI.
$ yarn global add @vue/cli
$ vue --version
Detailed documentation is in here
To run frontend application, you should execute serve command in app
directory.
$ yarn
$ yarn run serve
After that command, you may see the application on localhost:8080
Whenever you change a file in
app/src
, vue cli applies it on browser automatically. You don't have to execute againyarn run serve
command or even refresh the browser.