Skip to content

Commit

Permalink
refreshed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NisanurBulut committed Apr 15, 2021
1 parent 512ec8a commit 831ef3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ If you like or are using this project to learn or start your solution, please gi
### 1. SayHiGithub
<hr>
With this application, the use of react hooks and context api has been implemented. Hooks used: useState, useContext, useEffect

![SayHiGithub](https://github.com/NisanurBulut/SayHiCode/blob/master/Trailers/Trailer_SayHiCode.gif)

## Gihthub API
Expand Down
8 changes: 4 additions & 4 deletions SayHiMERN/Readme.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<b>GraphQL</b> REST API yazmak yerine kullanılabilecek bir sorgu dilidir.

- GraphQL hiçbir veritabanı türüne bağlı değildir.
![Architect](https://github.com/NisanurBulut/SayHiCode/blob/master/sayHiMern/images/architect.png)
![Architect](https://github.com/NisanurBulut/SayHiCode/blob/master/SayHiMERN/images/architect.png)
<br>

![Architect](https://github.com/NisanurBulut/SayHiCode/blob/master/sayHiMern/images/restApiLimits.png)
![Architect](https://github.com/NisanurBulut/SayHiCode/blob/master/SayHiMERN/images/restApiLimits.png)
<br>

<b>Query</b> içerisine yazılabilecek sorgulama işlemlerini tanımlıyoruz. buraya yazdığımız tanımlamalar dışında herhangi birşey çalıştıramayız.

![query](https://github.com/NisanurBulut/SayHiCode/blob/master/sayHiMern/images/query.png)
![query](https://github.com/NisanurBulut/SayHiCode/blob/master/SayHiMERN/images/query.png)
<br>

<b>Mutation</b>Veri oluşturma, silme ve güncelleme işlemleri için bu alanı kullanıyoruz.
<b>Subscriptionlar</b> server tarafında belirli bir event gerçekletiğinde WebSoket kullanarak belirtilen datayı gerçek zamanlı olarak client’a gönderir.

![operationTypes](https://github.com/NisanurBulut/SayHiCode/blob/master/sayHiMern/images/operationTypes.png)
![operationTypes](https://github.com/NisanurBulut/SayHiCode/blob/master/SayHiMERN/images/operationTypes.png)

### GraphQL Bileşenleri
Projemizde client ve server taraflarında ayrı tanımlamalar yapmamızı sağlar. Client tarafında bunlar Queries,Mutation, Fragment
Expand Down

0 comments on commit 831ef3c

Please sign in to comment.