# node-server **Repository Path**: numbrun/node-server ## Basic Information - **Project Name**: node-server - **Description**: 基于express的个人博客接口 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-23 - **Last Updated**: 2023-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs ## README # 启动服务 基于 express 框架的后台接口,数据库为 mysql 服务于作者的 iucoder.com 以及个人使用 `nodemon app.js` req 接来的传参 req.body post req.query get req.params 针对于 /users/:id - config 配置文件 - controller 解析用户 - model 数据持久层 - middleware 编写中间件 - router 路由 - util 工具模块 - app.js 入口 # 启动项目 `nodemon app.js` # 打包项目 直接上传到服务器即可