https://github.com/codeedu/live-imersao-fullcycle7-nest-kafka
https://github.com/codeedu/live-imersao-fullcycle7-nest-kafka
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeedu/live-imersao-fullcycle7-nest-kafka
- Owner: codeedu
- Created: 2022-03-31T17:47:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T17:49:57.000Z (about 4 years ago)
- Last Synced: 2025-04-22T18:59:05.836Z (about 1 year ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 5
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Participe gratuitamente: https://imersao.fullcycle.com.br/
## Sobre o repositório
Esse repositório contém o código-fonte ministrado na aula Integrando Apache Kafka com Nest.js: [https://www.youtube.com/watch?v=qbNWXOVBewA](https://www.youtube.com/watch?v=qbNWXOVBewA)
## Rodar a aplicação
Execute os comandos:
```bash
docker-compose up
```
Acesse no browser http://localhost:3000. Use o arquivo `api.http` (Rest Client) para testar a aplicação.