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

https://github.com/fajarbc/graphql-basic

Learn GraphQL basic
https://github.com/fajarbc/graphql-basic

apollo-server graphql-server grapql javascript lowdb

Last synced: 3 months ago
JSON representation

Learn GraphQL basic

Awesome Lists containing this project

README

        

# graphql-basic
Learn GraphQL basics using `apollo-server` and `lowdb`

# Clone
```bash
git clone https://github.com/fajarbc/graphql-basic.git
cd graphql-basic/
```

# Setup
```bash
npm install
```

# Running
```bash
npm start
```
It will open `http://localhost:4000` and you can start to try GraphQL queries