Client:
Server:
Install nodejs
, npm
and mysql
Clone this repo
git clone https://github.com/Coeuvre/cloudgraph
cd cloudgraph
Install nodejs dependences
npm install
Recover mysql database with backup file mysql.sql
and run mysql server.
Run server
node app.js
Open broswer and enter localhost:3000