{"id":15162070,"url":"https://github.com/fgituser/management-client-psychologist.services","last_synced_at":"2026-02-19T12:33:14.214Z","repository":{"id":57522080,"uuid":"250948560","full_name":"fgituser/management-client-psychologist.services","owner":"fgituser","description":"Go mono repository with management of client’s activities with a psychologist.","archived":false,"fork":false,"pushed_at":"2020-04-15T08:24:34.000Z","size":27895,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-20T01:59:26.333Z","etag":null,"topics":["docker-compose","golang","monorepo","postresql","prometheus","rest-api","services"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fgituser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-29T03:51:24.000Z","updated_at":"2023-07-20T12:58:07.000Z","dependencies_parsed_at":"2022-08-26T20:24:16.616Z","dependency_job_id":null,"html_url":"https://github.com/fgituser/management-client-psychologist.services","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fgituser/management-client-psychologist.services","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgituser%2Fmanagement-client-psychologist.services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgituser%2Fmanagement-client-psychologist.services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgituser%2Fmanagement-client-psychologist.services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgituser%2Fmanagement-client-psychologist.services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgituser","download_url":"https://codeload.github.com/fgituser/management-client-psychologist.services/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgituser%2Fmanagement-client-psychologist.services/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29613202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-compose","golang","monorepo","postresql","prometheus","rest-api","services"],"created_at":"2024-09-27T01:04:56.968Z","updated_at":"2026-02-19T12:33:14.192Z","avatar_url":"https://github.com/fgituser.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psychologist client services\n\nRepresents a mono repository with services:\n* [Client](https://github.com/fgituser/management-client-psychologist.services/tree/master/client) - client.service\n* [Psychologist](https://github.com/fgituser/management-client-psychologist.services/tree/master/client) - psychologist.service\n* [Operator](https://github.com/fgituser/management-client-psychologist.services/tree/master/client) - operator.service\n\n\nService monitoring is carried out by prometheus\n  \n### Installation\n#### Docker\n\nInstall docker in containers\n  ```sh\n  docker-compose up\n  ```\n\n#### Building for source\n\nTo build each service separately, you need to go into the directory with the necessary service and perform:\n```sh\nmake build\n```\n\n### URL services (default)\nAfter the deployment of services, they will be available at the following addresses:   \npsychologist-service - http://localhost:9998   \nclient-service - http://localhost:9999   \noperator-service - http://localhost:9997   \n\n\u003e services interact with each other on the internal network, you can change the ports for each of them, which will not affect the communication between services\n\n### Database services (default)\nBy default, two databases postgresql are created for the service psychologist and client \n\npsycholog - postgres://127.0.0.1:5434/psychologist?sslmode=disable\u0026user=postgres\u0026password=postgres   \n\nclients - postgres://127.0.0.1:5436/clients?sslmode=disable\u0026user=postgres\u0026password=postgres\n\n\u003e services interact with each other on the internal network, you can change the ports for each of them, which will not affect the communication between services\n\n\n### Monitoring services\nMonitoring is carried out by means of prometheus which is available at:   \nprometheus - http://localhost:9090\n\u003e Services are pre-registered in prometheus.\nThe configuration file is located in the ./configs/prometheus.yml directory\n\n### Open API Specification\n\n* [Client specification](https://github.com/fgituser/management-client-psychologist.services/blob/master/client/api/openapi-spec/swagger.yaml) \n\n* [Psychologist specification](https://github.com/fgituser/management-client-psychologist.services/blob/develop/psychologist/api/openapi-spec/swagger.yaml)\n* [Operator specification](https://github.com/fgituser/management-client-psychologist.services/blob/develop/operator/api/openapi-spec/swagger.yaml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgituser%2Fmanagement-client-psychologist.services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgituser%2Fmanagement-client-psychologist.services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgituser%2Fmanagement-client-psychologist.services/lists"}