API responsible for search users using MongoDB Text Search.
Branch project implemented in C# => user-api/dotnet
Run project via Docker (using Makefile) or Visual Studio Code (tasks project).
make compose-upmake compose-downmake compose-log-user-apimake compose-log-user-dbExecute F5 command and run database:
make mongo-dbmake test-install-mocksmake test-generate-mocksmake test-runmake test-coveragemake pkg-updateSwagger
http://localhost:8080/swagger/index.htmlv1/users/search
curl -X 'GET' \
'http://localhost:8080/api/v1/users/search?query=yago&from=1&size=10' \
-H 'accept: application/json'