Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 715 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 715 Bytes

imdb-vizualization

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

Project setup

npm install

To run build from dist folder

npm start

Compiles and hot-reloads for development

npm run serve