Updated from https://github.com/yoyoren/mescaketouch. It's a cake store on palm device written by zepto, nodejs, express and mysql.
- create schema mescake
- run sql script db/mescake.sql
- update mysql's url, user, password on line 2, 5, 6 of file includes/db_connection.js
- run 'npm install'
- start nodejs by 'node bin/www'
- access site by url 'http://localhost'