該例子是參照https://github.com/nswbmw/N-blog/blob/master/book/4.13%20%E6%97%A5%E5%BF%97.md 進行編寫的,代碼都來自上述地址 主要實現的功能:用戶註冊、登陸、退出、我的主頁、發表文章、文章詳情頁、留言、刪除留言node
運行程序以前: npm install 安裝所須要的包git
運行mongodb數據庫: 啓動mongodb PS F:\mongodb\bin> ./mongod.exe --dbpath "F:\mongodb\data\db" 打開瀏覽器:http://localhost:27017/ It looks like you are trying to access MongoDB over HTTP on the native driver port.github
運行本程序: PS F:\myblog> node index.js 打開瀏覽器:http://localhost:3000/posts 查看效果mongodb
運行 supervisor index 啓動博客,訪問如下地址查看效果:數據庫
http://localhost:3000/posts http://localhost:3000/signout http://localhost:3000/signupnpm
github地址:https://github.com/baolei0108/myblog瀏覽器
本人小白一枚,喜歡的朋友請給個小星星,謝謝post