Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)