项目配置 数据库环境 MongoDB 服务端环境 项目服务端基于进行开发。 版本要求 >= 10.x 安装 git clone https://github.com/konglingwen94/elm-seller-server.git npm install 编写配置文件 // 开发环境配置文件 config/config.default.json { secretKey : '随机安全 key' , expiresIn : 'token过期时间' , // MongoDB configs. mongodb : { host : '127.0.0.1' ,