Skip to content

Commit be010cf

Browse files
authored
Update README.md
1 parent 68e7f8c commit be010cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
Este é um tutorial básico de implemetação de um servidor que expôe uma API em GraphQL para frontend fazer um CRUD de usuário.
66

7+
## Post no blog
8+
9+
[https://www.tgmarinho.com/introducao_ao_graphql_com_nodejs_e_mongodb/](https://www.tgmarinho.com/introducao_ao_graphql_com_nodejs_e_mongodb/)
710

811
## Configurar
912

@@ -28,7 +31,7 @@ ou
2831
4. npm start
2932
```
3033

31-
Abra a url [http://localhost:4000/](http://localhost:4000/) e comece a bricar:
34+
Abra a url [http://localhost:4000/](http://localhost:4000/) e comece a brincar:
3235

3336

3437
Queries and Mutations nammed.

0 commit comments

Comments
 (0)