# git_sale-api **Repository Path**: PretendTo/git_sale-api ## Basic Information - **Project Name**: git_sale-api - **Description**: sale-api是saleline项目的简易后端代码。使用express搭建的简易服务器,使用cors解决前端跨域 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-01 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git_sale-api #### 介绍 sale-api是saleline项目的简易后端代码。使用express搭建的简易服务器,使用cors解决前端跨域 ### project setup ``` npm install ``` ### 运行 ``` npm start ```