QuirijnGB / dris-workflows

DRIS workflows front-end system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRIS Workflows

Requirements

  • Node.js (developed with v0.6.14)
  • MongoDB (developed with v2.0.3)
  • Fedora Commons (developed with v3.5)
  • Expresso (tests)

Installation and configuration

To install the needed dependancies for this web-application you must do the following, from the root directory of the web-application.

$ npm install

To get data from the backend services you need to configure configuration.js with the correct server path to the api server.

Usage

To start the application, run "app.js" in node.

$ node app.js

The application should be running at http://localhost:3000

About

DRIS workflows front-end system

License:GNU General Public License v2.0