Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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中文交流社区)
- Host: GitHub
- URL: https://github.com/pubdreamcc/blog-forum
- Owner: pubdreamcc
- Created: 2019-06-01T10:33:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:55:15.000Z (about 2 years ago)
- Last Synced: 2024-11-10T14:07:57.405Z (3 months ago)
- Topics: art-template, bootstrap, express, jquery, mongodb, mongoose, nodejs
- Language: CSS
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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 启动)