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
- Host: GitHub
- URL: https://github.com/fajarbc/graphql-basic
- Owner: fajarbc
- Created: 2022-07-26T15:32:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T18:16:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T13:48:26.453Z (4 months ago)
- Topics: apollo-server, graphql-server, grapql, javascript, lowdb
- Language: JavaScript
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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