Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vinibiavatti1/graphqltutorial
- Owner: vinibiavatti1
- Created: 2020-01-20T12:56:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T18:37:10.000Z (about 2 years ago)
- Last Synced: 2024-11-11T06:41:51.429Z (3 months ago)
- Topics: graphql, graphql-tutorial, query, query-language, rest-api, tutorial
- Language: JavaScript
- Size: 1.34 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL Tutorial
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