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-up
make compose-down
make compose-log-user-api
make compose-log-user-db
Execute F5 command and run database:
make mongo-db
make test-install-mocks
make test-generate-mocks
make test-run
make test-coverage
make pkg-update
Swagger
http://localhost:8080/swagger/index.html
v1/users/search
curl -X 'GET' \
'http://localhost:8080/api/v1/users/search?query=yago&from=1&size=10' \
-H 'accept: application/json'