基于Nodejs+Angular+Bootstrap+MySQL的CRM

项目地址: https://github.com/YangZhouChaoFan/NodeCRM 

描述:基于Nodejs+Angular+Bootstrap+MySQL的CRM


install

  1. 先导入数据库sql文件,更改数据库账号,在.config配置文件中修改
  2. 安装后端nodejs需要的包
    npm install --registry=http://registry.npm.taobao.org
  3. 安装前端需要的js类库
    bower install
  4. 启动服务
    npm start


你可能感兴趣的:(基于Nodejs+Angular+Bootstrap+MySQL的CRM)