# Blog **Repository Path**: madeliness/blog ## Basic Information - **Project Name**: Blog - **Description**: node+expree+swig+body-parser+mongodb全栈实现个人博客系统 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-02 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, jQuery ## README # Blog #### 介绍 node+expree+swig+body-parser+mongodb全栈实现个人博客系统 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 启动项目,node app.js 2. 连接数据库: # 1)安装mongoDB,Robomangodb # 2)cmd打开命令窗口,在窗口打开mongoDB安装目录下bin文件夹,执行 mongod --dbpath=E:\workspace\blog\db --port=27017(即用mongod命令指定数据存储的路径以及端口) 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request