DESIGN PORTAL项目服务端 使用egg-js脚手架搭建
https://github.com/DESIGN-PORTAL/DESIGNPORTAL
-
安装mongodb,数据库使用mongodb
-
配置oss
图片上传使用了阿里云oss,需要在 /config/config.default.js 中配置
config.oss = {
client: {
accessKeyId: '', // 你的accessKeyId
accessKeySecret: '', // 你的accessKeySecret
bucket: '', // 你的bucket
endpoint: '', // 你的endpoint
timeout: '60s',
},
};