You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Esse repositório contém o código-fonte ministrado na aula Desenvolva uma aplicação com Nest.js 9 e aproveite as novidades da nova versão: [https://www.youtube.com/watch?v=1yu9084sVjs](https://www.youtube.com/watch?v=1yu9084sVjs)
7
+
8
+
## Rodar a aplicação
9
+
10
+
Execute os comandos:
11
+
12
+
```bash
13
+
npm install
14
+
npm run start:dev
15
+
```
16
+
17
+
Acesse http://localhost:3000/bank-accounts ou use o arquivo `api.http` para testar a API usando a extensão Rest Client do VSCode ou outra ferramenta para brincar com o HTTP.
0 commit comments