Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryanj-nyc/nestjs-graphql-tutorial
See README below
https://github.com/aryanj-nyc/nestjs-graphql-tutorial
Last synced: about 7 hours ago
JSON representation
See README below
- Host: GitHub
- URL: https://github.com/aryanj-nyc/nestjs-graphql-tutorial
- Owner: AryanJ-NYC
- Created: 2019-09-18T20:50:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:40:18.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T13:00:51.333Z (1 day ago)
- Language: TypeScript
- Homepage: https://www.thewebdevcoach.com/stand-up-a-node-js-server-with-nestjs-including-typescript-and-graphql
- Size: 951 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS GraphQL Tutorial
This repository complements my [Stand Up a Node.js Server with NestJS including TypeScript and GraphQL tutorial](https://www.thewebdevcoach.com/stand-up-a-node-js-server-with-nestjs-including-typescript-and-graphql).
To see it up and running:
1. `npm install`
2. `npm run start:dev`
3. Go to http://localhost:3000/graphql
4. Run either the `messages` query or `createMessage` as described in the tutorialOr visit https://enigmatic-journey-72826.herokuapp.com/graphql to see a live demonstration.