Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages