{"id":16109846,"url":"https://github.com/dimitrius-dev/like-minded-backend","last_synced_at":"2025-07-10T19:34:41.822Z","repository":{"id":168078645,"uuid":"643638105","full_name":"Dimitrius-dev/Like-Minded-backend","owner":"Dimitrius-dev","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-07T04:34:48.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T05:25:15.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dimitrius-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-21T19:39:39.000Z","updated_at":"2023-06-07T04:34:53.000Z","dependencies_parsed_at":"2023-06-29T12:02:18.848Z","dependency_job_id":null,"html_url":"https://github.com/Dimitrius-dev/Like-Minded-backend","commit_stats":null,"previous_names":["dimitrius-dev/like-minded-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dimitrius-dev/Like-Minded-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimitrius-dev%2FLike-Minded-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimitrius-dev%2FLike-Minded-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimitrius-dev%2FLike-Minded-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimitrius-dev%2FLike-Minded-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dimitrius-dev","download_url":"https://codeload.github.com/Dimitrius-dev/Like-Minded-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimitrius-dev%2FLike-Minded-backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264640004,"owners_count":23642323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-09T19:34:42.858Z","updated_at":"2025-07-10T19:34:41.803Z","avatar_url":"https://github.com/Dimitrius-dev.png","language":"Java","readme":"# Like-Minded-backend\n___\nBackend система для мобильного приложения LIkeMinded:\nhttps://github.com/Dimitrius-dev/Like-Minded-android\n\n## Функционал\n___\n1. Обеспечения аутентификации пользователей на основе технологии JWT token;\n2. Получение данных из базы данных в соответствии с REST интерфейсом;\n3. Формирование данных и отправка их в базу данных;\n4. Автоматическая первоначальная настройка таблиц баз данных.\n\nDeploy\n___\nКоманда для запуска оркестратора из той директории где находится docker-compose.yml\n```\ndocker compose up --build -d\n```\n___\n\nИерархия файлов для запуска docker-compose:\n- docker-compose.yml\n- likeminded-backend :\n  - Dockerfile\n  - likeminded-backend.jar\n\n___\nDockerfile  \n```\nFROM openjdk:20 \nADD ./likeminded-backend.jar likeminded.jar\nENTRYPOINT [\"java\", \"-jar\", \"likeminded.jar\"]\n```\n___\ndocker-compose.yml  \n[*] - зашифрованные данные\n```\nversion: \"3\"\n\nservices:\n  postgres-likeminded:\n    container_name: \"postgres_likeminded\"\n    image: postgres\n    environment:\n      POSTGRES_DB: \"like_minded\"\n      POSTGRES_USER: \"admin_bot\"\n      POSTGRES_PASSWORD: [пароль]\n    ports:\n      - \"5432:5432\"\n\n  backend:\n    build: ./likeminded-backend/\n    depends_on:\n      - \"postgres-likeminded\"\n    container_name: \"likeminded-backend\"\n    ports:\n      - \"9090:9090\"\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitrius-dev%2Flike-minded-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimitrius-dev%2Flike-minded-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitrius-dev%2Flike-minded-backend/lists"}