Skip to content

Commit 62a7605

Browse files
Update README.md
1 parent eb43516 commit 62a7605

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ python manage.py runserver
2020
2. explore the "Docs" on the right (Queries, Mutations)
2121
3. Write your first query:
2222

23+
---
2324

2425
### QUERIS
2526
#### -> GET BOOKS
@@ -53,7 +54,7 @@ example -> createUser(email: "test@gmail.com", password: "1234567890", username:
5354

5455
After creating a user profile, you can login
5556

56-
1. GET THE AUTH TOKEN
57+
**1. GET THE AUTH TOKEN**
5758

5859

5960
Enter your username and password you've just provided. After executing the query copy the auth token
@@ -66,19 +67,20 @@ mutation {
6667
}
6768
```
6869

69-
---- IMAGE ---
7070

71-
2. LOG IN
71+
**2. LOG IN**
7272

7373

7474
Enter your Auth Token in REQUEST HEADERS TAB
75+
<img src="https://user-images.githubusercontent.com/62475313/129799508-68c7109e-6ca7-4e9b-a493-a4957f824498.png" alt="app-preview"></img>
76+
7577
```
7678
{
7779
"Authentication": "JWT {YOUR TOKEN}"
7880
}
7981
```
8082

81-
GET INFO ABOUT THE USER YOU HAVE CREATED:
83+
**3. GET INFO ABOUT THE USER YOU HAVE CREATED:**
8284
```
8385
{
8486
me {
@@ -90,6 +92,8 @@ GET INFO ABOUT THE USER YOU HAVE CREATED:
9092
9193
```
9294

95+
---
96+
9397
### BOOKS QUERIES AND MUTATIONS
9498

9599
#### CREATE A BOOK

0 commit comments

Comments
 (0)