Skip to content

AlimovaKatrin/fena-mail-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fena-mail-sender 📬

app demo

Description

This app uses http to trigger the process on api service and websocket to receive messages about emails statuses.

There are two basic microservices wich handle the functionality:

  • email-service to send mocked emails
  • stats-service to "collect" and transfer statistics

And one service who handle data from/to frontend:

  • api service

Frontend

- react
- material ui
- socket.io

Backend

- nestjs
- socket.io
- kafka

Launch

git clone [email protected]:AlimovaKatrin/fena-mail-sender.git
cd fena-mail-sender
docker-compose up -d --build