GraphQL TS服务器样板:完美搭配Typescript和TypeORM

在这个GraphQL TS服务器样板中,您将发现完美的GraphQL与Typescript、TypeORM、TypeGraphQL、PostgreSQL、Apollo-Server和Redis的组合。设置步骤简单:运行yarn install命令设置数据库,编辑ormconfig.ts文件,设置.env文件,然后运行yarn start命令。无论您选择模式还是代码优先方法,都能轻松开始。在使用前,建议您先了解Schema-First方法。

zip
graphql-ts-server-master.zip 预估大小:62个文件
folder
graphql-ts-server-master 文件夹
file
.gitignore 84B
file
package.json 2KB
file
PGSQL Session.sql 200B
folder
src 文件夹
folder
entity 文件夹
file
User.ts 3KB
file
redis.ts 62B
folder
test-utils 文件夹
file
setup.ts 81B
file
testConn.ts 341B
file
gCall.ts 911B
folder
types 文件夹
folder
uuid.d.ts 文件夹
file
Upload.ts 147B
file
ResolverType.ts 213B
file
MyContext.ts 423B
file
PasswordConstraint.ts 127B
folder
utils 文件夹
file
sendEmail.ts 2KB
file
sendRefreshToken.ts 486B
file
createConfirmationUrl.ts 509B
file
passwordValidator.ts 1KB
file
authToken.ts 435B
file
createSchema.ts 1KB
file
authChecker.ts 1KB
file
index.ts 6KB
folder
graphql-types 文件夹
file
PaginatedUserResponse.ts 356B
folder
interfaces 文件夹
file
Response.ts 366B
file
RegisterResponse.ts 344B
file
FieldError.ts 144B
folder
shared 文件夹
file
PaginatedResponse.ts 592B
file
UserResponse.ts 321B
file
LoginResponse.ts 324B
file
ormconfig.ts 1KB
folder
modules 文件夹
folder
middleware 文件夹
file
isAuth.ts 1KB
file
rateLimit.ts 1KB
file
logger.ts 327B
folder
admin 文件夹
file
Admin.ts 1KB
folder
user 文件夹
file
ConfirmUser.ts 656B
file
Logout.ts 760B
folder
me 文件夹
file
Me.test.ts 1KB
file
Me.ts 510B
folder
changePassword 文件夹
file
ChangePasswordInput.ts 250B
file
ChangePassword.ts 2KB
file
Register.ts 1KB
file
ForgotPassword.ts 998B
file
Login.ts 2KB
file
FileUpload.ts 1KB
folder
register 文件夹
file
isEmailAlreadyExist.ts 918B
file
Register.test.ts 1KB
file
RegisterInput.ts 526B
folder
hello 文件夹
file
Hello.ts 241B
folder
shared 文件夹
file
PasswordComplexity.ts 843B
file
PasswordMixin.ts 929B
folder
tasks 文件夹
folder
db 文件夹
file
seed.ts 944B
file
constants.ts 304B
file
jest.config.js 203B
file
tsconfig.eslint.json 99B
file
tsconfig.json 763B
file
docker-compose.yml 51B
file
.prettierignore 40B
file
.eslintrc.js 2KB
file
README.md 3KB
file
.eslintignore 39B
file
.lintstagedrc 161B
folder
tsconfig.jest.json 文件夹
file
.editorconfig 206B
...
zip 文件大小:39.13KB