All Articles

MongoDB - 入門範例 (未完成)

nodejs with MongoDB init Seting

npm install --save body-parser express mongoose

var Schema = mongoose.Schema; 這是Mongo的Table,用於建立資料表的初始化

Published 3 Sep 2017