社区小程序「玉帛书」服务端API
开源地址
基于eggjs开发(eggjs+mysql+redis)
$ cd api
$ npm install
$ npm run dev
具体步骤
- 手动创建mysql数据库:community
- 在api目录下运行命令:
npx sequelize db:migrate
- 打开config目录下的config.default.js进行相关配置
/**
* 微信小程序配置
*/
config.miniprogram = {
appid: '',
secret: '',
};
/**
* qq小程序配置
*/
config.qqminiprogram = {
appid: '',
secret: ''
};
/**
* 公众号配置
*/
config.yitao = {
appid: '',
secret: '',
};
/**七牛存储配置 */
config.qiniu = {
AccessKey: '',
SecretKey: '',
bucket: '',
};
我们做的小程序和你的很像,叫蜂圈,是想做公司附近的社区一些等等,反正版面换了好多种了感觉没你那个舒服
真是大佬,以前想做点东西不知道做什么,服务器都闲放了。