# nodejs **Repository Path**: Guo-Zi-An/nodejs ## Basic Information - **Project Name**: nodejs - **Description**: nodejs增删改查筛选实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-07-06 - **Last Updated**: 2024-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1.安装依赖 ```javascript npm install or npm i ``` ### 2.启动运行 ```javascript npm run start ```