This is the project we got to develop in the course PSMG1 SS17.
By Kerstin Mondry, Svenja Franzes, Markus Bosek and Christian Winkler.
- Open your command-line (Windows) or Terminal (Mac).
- Change to the directory where the server.js is located with:
cd /path_to_folder/www/src/
- Start the server with:
node server.js
- You should now be able to visit
http://localhost:8081
and see our visualization.
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- D3.js - comprehensive library for producing dynamic, interactive data visualizations
- Marvel API - node.js wrapper for working with the official Marvel Comics API
1.0