Skip to content

node.js+ejs+express4.13.1+Mongodb实现类似于《node.js开发指南》教程中的微博web开发

Notifications You must be signed in to change notification settings

xiaomaer/node_express_blogweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node.js+express+ejs模板+MongoDB重写《node.js开发指南》中的微博网站实例

node.js+express实现微博网站详细步骤见我的博客

开发环境如下:

Node.js: v4.2.2
Express: v4.13.1
模板引擎:Ejs模板
数据库:MongoDB v3.0.7
CSS前端框架:无,自己通过CSS实现前端页面的简单布局

示例运行步骤:

①安装Node.js、MongoDB和npm
git clone项目
③进入项目目录,使用npm start命令启动项目   ④在浏览器中打开http://127.0.0.1:8001 即可。

About

node.js+ejs+express4.13.1+Mongodb实现类似于《node.js开发指南》教程中的微博web开发

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published