This is a demo application for the angular-jointjs-graph framework, built with Sails.
To launch the application:
- Clone the repo:
git clone [email protected]:elsix/angular-jointjs-graph-demo.git
- Navigate to the project root and install all dependencies:
npm install
bower install
- If you have
mongod
running on port 27017, executesails lift
. This will launch the application atlocalhost:1337
. - If you wish to use another DB server or change port settings, edit
config/connections.js
, then change the connection name inconfig/env/development.js
. If you don't have any DB server installed or don't want to use one, you can use thelocalDiskDb
database adapter provided with Sails. Having a database connection configured, runsails lift
to launch the application.