Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryichk/hackernews-node
GraphQL server API for hachernews by howtograpql tutorial.
https://github.com/ryichk/hackernews-node
Last synced: 10 days ago
JSON representation
GraphQL server API for hachernews by howtograpql tutorial.
- Host: GitHub
- URL: https://github.com/ryichk/hackernews-node
- Owner: ryichk
- Created: 2020-06-14T11:46:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T16:56:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T02:40:51.919Z (28 days ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL Server API for Hacker News clone
## Technology
* Node.js
* GraphQL
* [GraphQL Playground](https://github.com/prisma/graphql-playground)
* [Prisma](https://www.prisma.io/)
## Contents
* Query, Mutation, Subscription
* Schema Definition Language(SDL)
* Resolver function
* Connecting Server and Database with Prisma Client
* Authentication
* Realtime GraphQL Subscriptions
* Filtering, Pagination & Sorting
## 参照
[Building a GraphQL Server with Node.js & Prisma Tutorial](https://www.howtographql.com/graphql-js/0-introduction/)
[howtographql/howtographql: The Fullstack Tutorial for GraphQL](https://github.com/howtographql/howtographql)
[Hacker News](https://news.ycombinator.com/)