express+mongodb+bootstrap blog system.
Project introduction:
- NJBLog through Nodejs and express Provide the Restful API.
- Data stored in Mongodb,Driven by Mongoose 。
- Front-End use of the AngularJs。
- NJBlog all javascript files follow AMD standard,by Requirejs loading (The future might consider using Seajs)。
- NJBlog through mocha and jasmine for UT 。
- Style use of the bootstrap。
- NJBlog building by Grunt。 。
Checkout and Run:
1,clone code
git clone https://github.com/mz121star/NJBlog.git
2,install
npm install
3,Run app
项目介绍:
node app.js
- NJBlog后台采用Nodejs+express来提供Restful API.
- 数据库采用 Mongodb,通过Mongoose驱动。
- NJBlog前台采用AngularJs进行开发。
- NJBlog目前所有前端JS代码全部采用模块化编写,使用Requirejs驱动(将来可能考虑采用国产Seajs)。
- NJBlog使用mocha+jasmine来编写js单元测试。
- 前端UI使用了bootstrap。
- NJBlog使用强大的grunt对项目进行构建工作。
- NJBlog全部代码托管在GitHub上,使用牛逼的travis-ci进行持续集成(可用来跑单元测试)。
- 项目的demo由appfog和mongohq提供动力。
获得并运行项目:
1,clone代码
git clone https://github.com/mz121star/NJBlog.git
2,安装依赖
npm install
3,启动程序
node app.js
from https://github.com/mz121star/NJBlog
No comments:
Post a Comment