# ikun-server **Repository Path**: ikun_39/ikun-server ## Basic Information - **Project Name**: ikun-server - **Description**: nestjs+typeorm的服务端 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-30 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目说明 ### 1. 项目使用node 22.12.0 ### 2. 如果想要在本地运行,请将`src/app.module.ts`的数据库的host替换成`113.44.56.115` ### 3. 接口文档地址:https://apifox.com/apidoc/shared-7fe6f8be-2a7c-4f93-b38a-4b4a870f55b6 ## Project setup ```bash $ yarn install ``` ## Compile and run the project ```bash # development $ yarn run start # watch mode $ yarn run start:dev # production mode $ yarn run start:prod ``` ## Run tests ```bash # unit tests $ yarn run test # e2e tests $ yarn run test:e2e # test coverage $ yarn run test:cov ```