# node-admin **Repository Path**: wangdada40/node-admin ## Basic Information - **Project Name**: node-admin - **Description**: No description available - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-03-24 - **Last Updated**: 2022-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-admin #### 介绍 node-admin 是使用nodejs,typescript,typeorm,redis的后台管理系统服务端 [前端代码仓库](https://gitee.com/yanhualiu/vue-elementplus-admin) [demo地址](http://60.205.215.187/) #### 软件架构 nodejs typescript typeorm ioredis redis mysql #### 安装教程 ``` 1. yarn install 2. ormconfig.json 配置mysql数据库 3. config/index.ts export const redisConfig ={ host:'127.0.0.1', port: 6379, password: '*********' } ``` #### 使用说明 ``` 1. yarn start 2. yarn start:watch 3. yarn build 4. yarn build:watch ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request