Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelmatsumoto/eventdrivenarchitecture
Event Driven Architecture application developed as a college project.
https://github.com/rafaelmatsumoto/eventdrivenarchitecture
rspec ruby
Last synced: about 19 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T07:15:19.000Z (over 2 years ago)
- Last Synced: 2025-01-28T10:04:35.106Z (7 days ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- 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)_