# testdemo **Repository Path**: HomeRuri/testdomo ## Basic Information - **Project Name**: testdemo - **Description**: testdemo-rainbond - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-15 - **Last Updated**: 2022-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目说明 此项目为用于[Rainbond](https://www.rainbond.com)平台的.NetCore语言Demo项目,实现了用于演示的Mysql连接和基础API. ## 关于Rainbond对.NetCore语言的支持详见文档: [https://www.rainbond.com/docs/stable/user-manual/app-creation/language-support/netcore.html](https://www.rainbond.com/docs/stable/user-manual/app-creation/language-support/netcore.html) ## API说明 * /api/user GET 查询所有用户信息 * /api/user POST 添加一个用户信息 * /api/user/{id} DELETE 删除指定用户 * /api/user/{id} PUT 更新用户信息