# website-backend-project **Repository Path**: sh230320/backend_project ## Basic Information - **Project Name**: website-backend-project - **Description**: 网站后台管理系统的后端程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-06-15 - **Last Updated**: 2024-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 第一步 克隆项目 ```shell git clone git@gitee.com:sh230320/backend_project.git ``` ### 第一步启动 mongodb 服务 从 windows 的服务管理中启动或者命令行启动 ### 第三步 安装依赖 在项目目录下打开命令行工具,注意: pageage.json 所在的目录才是项目目录 ```shell npm install ``` ### 第四步 启动 注意,在项目目录下打开命令行工具 ```shell node app.js ```