This is a demo application for the angular-jointjs-graph framework, built with Sails.
To launch the application:
- Clone the repo:
git clone git@github.com:elsix/angular-jointjs-graph-demo.git
- Navigate to the project root and install all dependencies:
npm install
bower install
- If you have
mongodrunning 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 thelocalDiskDbdatabase adapter provided with Sails. Having a database connection configured, runsails liftto launch the application.