# node-app_CMS **Repository Path**: anlzou/node-app_cms ## Basic Information - **Project Name**: node-app_CMS - **Description**: 《Course management system》使用Node.js + express + handlebars + passport + heroku + mongoDB实现一个课程管理系统! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Node实战(课程管理系统mongodb)](http://e-learning.51cto.com/course/21114) 课程简介 >使用Node.js + express + handlebars + passport + heroku + mongoDB实现一个课程管理系统! ## 使用 ### clone ``` git clone https://gitee.com/anlzou/node-app_cms.git ``` ### insall modules ``` cd node-app_cms npm install ``` ### bcrypt模块无法下载则使用yarn下载 ``` # Error: Cannot find module 'bcrypt' yarn app bcrypt ``` ### run ``` node app.js ``` ### 其它插件 - nodemon >nodemon是一种工具,可以自动检测到目录中的文件更改时通过重新启动应用程序来调试基于node.js的应用程序。 ``` npm install -g nodemon ```