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 Nest.js com Domain Driven Design (DDD): [https://www.youtube.com/watch?v=XTmvAj5OSQI](https://www.youtube.com/watch?v=XTmvAj5OSQI)
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