Demonstrate angularjs + gson + express + dyngodb
$ git clone git@github.com:aaaristo/angular-gson-express-dyngodb.git
$ cd angular-gson-express-dyngodb
$ npm install
$ sudo npm install -g dyngodb2
$ bower install
$ export AWS_ACCESS_KEY_ID=......
$ export AWS_SECRET_ACCESS_KEY=......
$ export AWS_REGION=eu-west-1
$ dyngodb2
> db.createCollection('test')
> exit
$ node app.js [--local]
point your browser to http://localhost:8080/, openup the console and refresh...