The project visualize the dataset available at https://github.com/mgeletka/imdb-visualization
, allows filter and show details about best reviewed movies from this dataset
The project is written in Vue.js and in BE uses simple express app for communication with omdb server.
#The project is deployed on herroku http://imdb-visualization.herokuapp.com/
The project GITHUB is available at https://github.com/mgeletka/imdb-visualization
.
After project setup just run build version and open in the browser localhost on port 3003
npm install
npm start
npm run serve