# pet **Repository Path**: onlymry_admin/pet ## Basic Information - **Project Name**: pet - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-30 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 宠物托管平台 一个宠物托管平台,目前设计了一部分表结构和增删查改功能,基于[Midwayjs](https://midwayjs.org/docs/intro) ## system文件夹下是后端代码 ### 配置项目 - 在 src/config/config.local.ts中填写你的数据库信息 ### 运行项目 ```bash yarn install && yarn dev ``` ### API文档 - 启动以后访问API文档 [http://127.0.0.1:7001/swagger-ui/index.html](http://127.0.0.1:7001/swagger-ui/index.html)