CloudScrum is a tool for management and monitoring of development process for Scrum agile method.
The aim of this app is to use any cloud (Google Drive, Dropbox, etc) that would handle synchronization of any directory (with stories) pointed by the user.
This app requires node.js to work. After installation, run the following commands in the application directory:
$ npm install
$ node server.jsAfter these steps the app should be accessible at this address: localhost:1337.
You can also check GoogleDrive version which uses GoogleDrive API and saves stories and tasks using GoogleDrive spreadsheets.