Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vinibiavatti1/graphqltutorial

This repository works as a tutorial for GraphQL. Follow the sources or check the wiki to learn it
https://github.com/vinibiavatti1/graphqltutorial

graphql graphql-tutorial query query-language rest-api tutorial

Last synced: about 1 month ago
JSON representation

This repository works as a tutorial for GraphQL. Follow the sources or check the wiki to learn it

Awesome Lists containing this project

README

        

# GraphQL Tutorial

GraphQL Logo

This is a simple tutorial of the query language [GraphQL](https://graphql.org/). Use the sources of this repository to help you in your implementations or check the wiki to learn this technology.

## Knowledge
For this tutorial we will use NodeJS with javascript language for logic rules, and [expressjs](https://expressjs.com/) for build our Rest API. Check the items bellow to look what you need to know to proceed:
- NodeJS
- NPM (NodeJS Package Managment)
- Javascript
- ExpressJS

## Wiki
Click [here](https://github.com/vinibiavatti1/GraphqlTutorial/wiki) to access the tutorial