- TypeScript - 熟悉
TypeScript
基本语法 - Es6+ - 熟悉 es6 基本语法
- Typerom - 数据库链接和创建表
- bcryptjs - 加密
- graphql - gql 语法
- Typerom
createConnection({
type: 'mysql', // mysql数据库
host: 'localhost',
port: 3306,
username: 'root',
password: '123456',
database: 'my_test', //database
synchronize: true,
logging: false,
entities: ['src/entity/**/*.ts'],// 实体类地址
})
- git地址 - react ts graphql
- git地址 - webhook