# nest-app **Repository Path**: windgap/nest-app ## Basic Information - **Project Name**: nest-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my first nest app 标签: nest.js typeorm 前言 --- nest是一款优秀的node.js框架,本项目是一个学习Demo,使用nest+typeORM来一步步搭建web后端项目. 关于nest与typeORM的基本知识可以直接看官方文档,这里以实战为主. 知识点 --- 1.nest.js框架的使用
2.typeorm的基本使用:数据库连接,CURD,事务管理