Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pubdreamcc/blog-forum

Node 连接 mongoDB 仿 cnodejs.org(node.js中文交流社区)
https://github.com/pubdreamcc/blog-forum

art-template bootstrap express jquery mongodb mongoose nodejs

Last synced: about 1 month ago
JSON representation

Node 连接 mongoDB 仿 cnodejs.org(node.js中文交流社区)

Awesome Lists containing this project

README

        

# 前言

本案例是简单模仿 `Node.js专业中文社区` 网站:`cnodejs.org`,大体实现了用户登陆及注册,发表评论等功能。

## 技术栈

* express

* art-template

* mongoDB

* mongoose

* js-md5

* jQuery

* bootstrap

* ES6

## 启动

1. git clone

2. npm install

3. mongod (开启 mongoDB 数据库)

4. node app.js (node 启动)