# nest-first **Repository Path**: i50/nest-first ## Basic Information - **Project Name**: nest-first - **Description**: nest框架上手 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2025-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nestjs, Mongoose, Redis, JWT ## README ## 说明 [Nest](https://github.com/nestjs/nest) 上手练习 根据官网内容实现一些简单功能,包括: - 使用mongodb存储持久化数据 - 使用redis存储缓存数据 - 上传文件 - axios - jwt+local身份校验、身份守卫 - 自定义错误、日志拦截器 ## 安装 ```bash $ npm install ``` ## 启动 ```bash # development $ npm run start # watch mode $ npm run start:dev ```