Fiora聊天室后端
本仓库已停止更新, 请移步 https://github.com/yinxin630/fiora
本项目依赖node.js v5.4 以上环境和MongoDB数据库, 请下载与您的系统相对应的版本安装.
git clone https://github.com/yinxin630/fiora-backend
cd fiora-backend
npm install
config/commections.js
中配置mongo数据库名, 在config/env/production.js | development.js
中配置端口号和要使用的数据库连接npm run dev
or npm run prod