# node-express **Repository Path**: gitsue/node-express ## Basic Information - **Project Name**: node-express - **Description**: 基于nodejs/express/mongodb实现的一套后台通用接口 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-09-21 - **Last Updated**: 2022-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-express 基于nodejs/express/mongodb实现的一套后台通用接口 功能包含: 1.资源列表,资源添加,资源更新,资源删除等操作 2.用户登录与注册/密码加密(bcrypt)/token生成(jsonwebtoken)/跨域处理(cors) 3.mongodb数据库连接与模型建立及引用