Project that registers a user and sends an email with registration PDF, for clean arch and DDD studies.
- Clean Architecture
- Domain Driven Designer
- Single Responsibility Principle
- Data Transfer Object
- Adapter, Presenter
composer install # install composer dependencies
docker-compose up -d # start docker containers
POST - /api/v1/registration/register
body {
cpf: string
}
POST - /api/v1/registration/email
body {
cpf: string
}