https://github.com/yasu-s/nestjs-graphql-sample
NestJS Graphql
https://github.com/yasu-s/nestjs-graphql-sample
graphql nestjs typesript
Last synced: 10 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T06:40:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T17:12:58.038Z (about 1 year 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 git@github.com:yasu-s/nestjs-graphql-sample.git
```
## 2. パッケージインストール
```bash
cd nestjs-graphql-sample
yarn install
```
## 3. サンプルの起動
```bash
yarn start
```
# 実行結果
http://localhost:3000/graphql

# 参考URL
- https://docs.nestjs.com/graphql/quick-start