Skip to content

This microservice is a user management part of NoteApp. The other microservices are developed with Rust but only this with .NetCore.

Notifications You must be signed in to change notification settings

codercengiz/NoteApp_UserManagement_Api_NetCore_MongoDb

Repository files navigation

NoteApp_UserManagement_Api_NetCore_MongoDb

This microservice was developed with .netcore.

Install docker of mongodb and kafka

make generate-all

Run microservice

make run

TODO

  • Settings
  • Mongodb
  • Kafka
  • Healthcheck
  • Api version mechanism
  • Docker file

HTTP-API

Create User

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"
}'

About

This microservice is a user management part of NoteApp. The other microservices are developed with Rust but only this with .NetCore.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published