This microservice was developed with .netcore.
make generate-all
make run
- Settings
- Mongodb
- Kafka
- Healthcheck
- Api version mechanism
- Docker file
curl --location --request POST 'http://localhost:5000/api/users/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserName":"Cengiz",
"Email":"[email protected]",
"Password":"sdfg"
}'