安卓端地址:https://github.com/cxyxxx0924/renrenpay-android.git
服务端和客户端需要配合使用,不然客户端都无法打开
下载node环境 http://nodejs.cn/ (版本最好新一点,我使用的是10.14.2)
git clone https://github.com/cxyxxx0924/renrenpay-server.git
cd renrenpay-server
npm i
下载redis
下载mysql
修改./conf/default.js下的user和password为mysql的用户名和密码
添加 数据库:db_renrenpay
运行 bin/www 既可以运行项目
打开浏览器 127.0.0.1:3000 既可以看到项目运行
确保运行后在打开安卓客户端