使用 TypeScript、PostgreSQL 和 Redis 创建的 GraphQL 服务器模板
使用 TypeScript、PostgreSQL 和 Redis 创建的 GraphQL 服务器模板
A GraphQL Server boilerplate made with Typescript, PostgreSQL, and Redis
git clone https://github.com/benawad/graphql-ts-server-boilerplate.git
cd graphql-ts-server-boilerplate
yarn
graphql-ts-server-boilerplatecreatedb graphql-ts-server-boilerplate
Add a user with the username postgres and and no password. (You can change what these values are in the ormconfig.json)
Install and start Redis
You can start the server with yarn start then navigate to http://localhost:4000 to use GraphQL Playground.
Playlist: https://www.youtube.com/playlist?list=PLN3n1USn4xlky9uj6wOhfsPez7KZOqm2V
暂无开放 Issues,或尚未同步最近议题。