Ecosyste.ms: Awesome

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

https://github.com/k-dylan/easyclub

基于koa2的论坛系统
https://github.com/k-dylan/easyclub

koa

Last synced: 8 days ago
JSON representation

基于koa2的论坛系统

Lists

README

        

EasyClub
-----
基于 koa2 + mongodb 的轻量级论坛系统

INSTALL
----
1. 安装`mongodb`,`Redis`和`node`(>=v7.6.0)
2. clone 该仓库到本地
3. 复制 `config.default.js` 为 `config.js` 中的配置选项
4. 运行 `npm install` 安装依赖包
5. 运行 `npm run build` 编译压缩前端文件
6. 运行 `npm run test` 跑测试
7. 执行`npm start` 使用 `nodemon` 启动,执行 `npm pm2` 使用 `pm2` 启动

LICENSE
-----
MIT © [kdylan](https://github.com/k-dylan)