This microservice was developed with .netcore.
make generate-allmake 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":"asd@asd.com", "Password":"sdfg"}'