剛好在網路上看到一篇文章
(node.js 之學習 Express 的筆記(3)-搭起資料庫的橋樑(使用MySQL)),自己也來練習一下.
MYSQL大概只有唸書時候碰過,因此來溫故一下囉.

不多描述說明,僅止於實作步驟筆記.
1. express web-structure
2. mysql database & table creating and insert data.
Here we go !

透過 express 建構網頁基本結構


建置DTATABASE and Run mysql_ex1.js