# node first **Repository Path**: moye-dev/node-first ## Basic Information - **Project Name**: node first - **Description**: node.js搭建web服务器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-24 - **Last Updated**: 2023-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, Express, JavaScript ## README
1. 引入cors中间件处理接口跨域访问问题
2. 引入router实现路由处理代码模块化
3. 引入db模块连接数据库