Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 572 Bytes

File metadata and controls

43 lines (29 loc) · 572 Bytes

cloudgraph

Dependences

Client:

Server:

Setup

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