Skip to content

Commit 0d66f53

Browse files
author
Madhav Poudel
authored
Created readme
1 parent 7d5171c commit 0d66f53

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# GraphQL API Tutorial
2+
3+
```bash
4+
npm install
5+
npm start
6+
```
7+
8+
```bash
9+
yarn
10+
yarn start
11+
```
12+
13+
## GraphQL API endpoint
14+
```js
15+
http://localhost:3000/graphiql
16+
```

0 commit comments

Comments
 (0)