Asp dot Net Core microservices that communicate asynchronous through Kafka message broker.
- DotNet Core SDK 3.1
- Docker
- pgAdmin or Azure Data Studio
- Run 'docker-compose up'
- Wait all infra to up and running.
- Select 'All' debug option and start debuging. ( for vscode)
- Wait until all microservices are up and running.
-
Create a user in the identity service with the following json.
Endpoint: https://localhost:5001/api/sign-up
{
"FirstName" : "Suat",
"LastName" : "Köse",
"Address" : "Üsküdar",
"Email" : "[email protected]",
"Password" : "12345"
}
- Check Identity and
Customer
databases to make sure user and customer are created properly.
- Check KafDrop (https://localhost:9000) to see messages on the
users
topic.