Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
llrafaell committed Sep 16, 2022
1 parent f9287d5 commit b5779d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,20 @@ Nesse projeto usaremos Postgres, mas você pode altera para qualquer outro.


## Vamos Começar

TypeORM tem seu próprio CLI tool que cria um projeto com o minimo necessário, para usar isso prescisamos apenas:

npm install -g typeorm

Agora iniciar nossa aplicação:

typeorm init --name jwt-typeorm --database postgres --express

Ele criará um exemplo de aplicativo expresso já no TypeScript com TypeORM e body-parser. Vamos instalar essas dependências comh:

npm install

Agora, vamos instalar algumas dependências adicionais

npm install -s helmet cors jsonwebtoken bcryptjs class-validator ts-node-dev



Depois disso, teremos as seguintes dependências

**helmet**
Expand Down

0 comments on commit b5779d4

Please sign in to comment.