あいつの日誌β

働きながら旅しています。

2014-04-10から1日間の記事一覧

Angular and Sails.JS in 10 mins documentation

This documentation is copied from youtube video this is from here. https://www.youtube.com/watch?v=Cpo0jDYltO0 create backend app % cd ~ % mkdir web && cd $_ % sails new backend % cd backend % sails generate food allow CORS on all routes. …

Simple REST Demo Server 2014

This is my memo. tree % tree -I 'node_modules' . ├── package.json └── server.js 0 directories, 2 files package.json % cat package.json { "name": "Gang2", "version": "0.0.0", "description": "", "main": "index.js", "dependencies": { "restify…