# Smart **Repository Path**: ups216/smart ## Basic Information - **Project Name**: Smart - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-12 - **Last Updated**: 2022-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 代码测试 数据库: MYSQL v8.0.16 dotnet版本:6.x > 启动程序时记得修改数据库连接字符串,这里只添加了开发模式下的连接字符串 > > 启动前先清除`leftTable`表里的数据 ### 运行 接口: ```shell dotnet run WebApi ``` 前端: ``` npm start ```