1 Star 0 Fork 3

EthanZhu / NJBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

#NJBlog Build Status 项目进度查询


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:

First ,Assume you installedMongodb,and Nodejs in your OS。

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提供动力。

获得并运行项目:

首先确保您系统中安装了Mongodb,和Nodejs,一起准备完善之后。按照如下操作。

1,clone代码

git clone https://github.com/mz121star/NJBlog.git

2,安装依赖

npm install

3,启动程序

node app.js


Copyright (c) 2012 Jarrick,Sailor contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright (c) 2012 Jarrick, contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

express+mongodb+bootstrap blog system 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/ethanzhu/NJBlog.git
git@gitee.com:ethanzhu/NJBlog.git
ethanzhu
NJBlog
NJBlog
master

搜索帮助