# blog-app-server **Repository Path**: Trance_CrystalWorld/blog-app-server ## Basic Information - **Project Name**: blog-app-server - **Description**: NodeJs + NestJs + Typeorm - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2023-02-11 - **Last Updated**: 2025-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目须知 这是基于 `NestJs` 开发的个人博客后端项目,需配合前端项目使用 主要技术栈 `NestJs` `Typeorm` 项目初始化,安装所需依赖 ``` npm install ``` 项目启动 ``` npm start ``` 热更新 ``` npm run start:dev ``` 项目打包 ``` npm run build ``` 启动打包后的项目 ``` npm run start:prod ```