Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasu-s/nestjs-graphql-sample
NestJS Graphql
https://github.com/yasu-s/nestjs-graphql-sample
graphql nestjs typesript
Last synced: about 1 month ago
JSON representation
NestJS Graphql
- Host: GitHub
- URL: https://github.com/yasu-s/nestjs-graphql-sample
- Owner: yasu-s
- License: mit
- Created: 2020-08-01T00:09:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T06:40:24.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:08:28.333Z (3 months ago)
- Topics: graphql, nestjs, typesript
- Language: TypeScript
- Homepage:
- Size: 918 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 概要
- NestJS + GraphQL のサンプルです。
# 使用ライブラリ
- @nestjs/common - 7.4.x
- @nestjs/core - 7.4.x
- @nestjs/graphql - 7.6.x
- @nestjs/platform-express - 7.4.x
- apollo-server-express"- 2.16.x
- graphql - 15.3.x
- graphql-tools - 6.0.x# 動作確認
## 1. サンプルのダウンロード
```bash
git clone [email protected]:yasu-s/nestjs-graphql-sample.git
```## 2. パッケージインストール
```bash
cd nestjs-graphql-sample
yarn install
```## 3. サンプルの起動
```bash
yarn start
```# 実行結果
http://localhost:3000/graphql
![graphql](https://user-images.githubusercontent.com/2668146/89478369-c2d00600-d7ca-11ea-83ae-50c4d8c2dce0.png)
# 参考URL
- https://docs.nestjs.com/graphql/quick-start