Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)_