Frontend of Hollywood Network Visualizer. Use of Cytoscape.js to show graphs of actors and movies with data from TMDb.
Use hnv-cytoscape-backend as backend.
You have to deploy cytoscape-backend first, and next create a .env
file like this :
API_BASE_URL=http://localhost:3000/api-cache
Finally, you can make init run
to open Firefox and show the app ;-)