https://github.com/rafaelmatsumoto/eventdrivenarchitecture
Event Driven Architecture application developed as a college project.
https://github.com/rafaelmatsumoto/eventdrivenarchitecture
rspec ruby
Last synced: 18 days ago
JSON representation
Event Driven Architecture application developed as a college project.
- Host: GitHub
- URL: https://github.com/rafaelmatsumoto/eventdrivenarchitecture
- Owner: rafaelmatsumoto
- Created: 2019-09-30T23:45:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T07:15:19.000Z (almost 4 years ago)
- Last Synced: 2025-08-22T05:58:18.703Z (11 months ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Event Driven Architecture 👋
> Aplicação que utiliza o serviço Google Pub/Sub para envio de e-mails, seguindo o modelo Event Driven Architecture
## Todos os serviços
- [Análise de crédito](https://github.com/rafaelmatsumoto/eventdrivenarchitecture-scoring)
- [API - Rails](https://github.com/rafaelmatsumoto/eventdrivenapi)
- [Gráfica de cartão](https://github.com/rafaelmatsumoto/eventdrivenarchitecture-credit-card)
- [Infra](https://github.com/rafaelmatsumoto/eventdrivenarchitecture-infra)
## Pré-requisitos
- Verificar [wiki](https://github.com/rafaelmatsumoto/eventdrivendesign/wiki) do projeto
## Instalação
```sh
bundle install
```
## Iniciar a aplicação
```sh
ruby main.rb
```
## Rodar os testes
```sh
bin/rspec
```
## Autores
👤 **Rafael Matsumoto, Dayan Freitas**
* Github:
- [@rafaelmatsumoto](https://github.com/rafaelmatsumoto)
- [@dayanFreitas](https://github.com/dayanFreitas)
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_