tyy-server:TypeScript GraphQL服务器样板

时间:2024-05-07 08:18:56
【文件属性】:

文件名称:tyy-server:TypeScript GraphQL服务器样板

文件大小:161KB

文件格式:ZIP

更新时间:2024-05-07 08:18:56

TypeScript

TypeScript GraphQL服务器样板 运行该项目的步骤: 使用命令yarn install安装依赖项 在ormconfig.json文件中设置数据库设置 使用命令sudo service redis-server start 使用命令sudo -i -u postgres更改为postgres用户 使用命令sudo service postgresql start 使用命令yarn start在localhost:4000上启动服务器 使用命令yarn test运行yarn test


【文件预览】:
tyy-server-master
----.gitignore(64B)
----ormconfig.json(1KB)
----package.json(1KB)
----package-lock.json(82KB)
----src()
--------entity()
--------redis.ts(68B)
--------test-setup()
--------types()
--------utils()
--------startServer.ts(1KB)
--------index.ts(91B)
--------modules()
--------shared.graphql(53B)
--------routes()
----jest.config.js(117B)
----tsconfig.json(371B)
----README.md(477B)
----yarn.lock(321KB)

网友评论