# Express-TypeORM-Node.js-TypeScript **Repository Path**: xiaohao3238/express-type-orm-node.js-type-script ## Basic Information - **Project Name**: Express-TypeORM-Node.js-TypeScript - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-16 - **Last Updated**: 2022-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Express-TypeORM-demo 使用 Express+TypeORM+TypeScript+MySQL 搭建的 Node.js 后台项目。 # 使用步骤 1. npm install 2. npm run serve 3. npm run serve:w # 自动更新步骤 1. npm run build:w 2. npm run serve 3. npm run serve:w # 自动更新步骤(第二种方法) 1. npm i -g ts-node 2. npm i -g nodemon 3. nodemon .\src\app.ts 4. 可以在 package.json 文件中配置 "dev": "nodemon src/app.ts",运行 npm run dev # 说明 简历系统.postman_collection 文件是 postman 的文件