# lesson-express **Repository Path**: hubodegit/lesson-express ## Basic Information - **Project Name**: lesson-express - **Description**: express template - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2021-09-24 - **Last Updated**: 2022-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lesson-express #### 本课目标 01. 学会构建Restful API 02. 学习Express框架,路由及中间件基础 03. 掌握MongoDB数据库基础 04. 用户权限,密码加密,令牌认证 05. 微信openId绑定与解绑 #### 主要内容 01. MongoDB介绍与安装 02. Express介绍与初步搭建 03. Express路由基础 04. 用户权限模块——用户、密码及令牌 05. 用户权限模块——用户、角色及模块 06. 小程序绑定平台用户的后端实现 #### 参考链接 00. https://nodejs.org/ 01. https://www.expressjs.com.cn/ 02. https://docs.mongodb.com/ 03. https://mongoosejs.com/docs/api.html# > PS: 注意获取对应分支,准备课程以及课外进阶可以参考其它相关课程 > > 分支获取流程 > 01. git init > 02. git remote add origin https://gitee.com/greengis/lesson-express.git > 03. 获取master: git pull origin master > 04. 获取指定分支: git pull --all > 05. 获取指定分支: git checkout -b lesson-01 origin/lesson-01