{"id":19245719,"url":"https://github.com/candygoose/translation_app","last_synced_at":"2025-10-26T06:40:07.004Z","repository":{"id":251764698,"uuid":"838016812","full_name":"CandyGoose/Translation_app","owner":"CandyGoose","description":"Веб-приложение для перевода текста с одного языка на другой, использующее Yandex Translate API.","archived":false,"fork":false,"pushed_at":"2024-08-06T03:36:06.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T04:31:25.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/CandyGoose.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":"2024-08-04T17:42:56.000Z","updated_at":"2024-08-06T12:10:18.000Z","dependencies_parsed_at":"2024-08-05T16:26:38.691Z","dependency_job_id":"5bc10423-de5d-4b2e-aede-eb5b42ad5107","html_url":"https://github.com/CandyGoose/Translation_app","commit_stats":null,"previous_names":["candygoose/translation_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CandyGoose%2FTranslation_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CandyGoose%2FTranslation_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CandyGoose%2FTranslation_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CandyGoose%2FTranslation_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CandyGoose","download_url":"https://codeload.github.com/CandyGoose/Translation_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240331355,"owners_count":19784646,"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-11-09T17:29:09.749Z","updated_at":"2025-10-26T06:40:01.957Z","avatar_url":"https://github.com/CandyGoose.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Translation service\n## Описание\nВеб-приложение для перевода текста с одного языка на другой, использующее Yandex Translate API. \n\n## Стек технологий\n- Java 17\n- Spring Boot\n- Maven\n- PostgreSQL \n- Yandex Translate API\n- JUnit 5\n\n## Запуск\n1. Склонируйте репозиторий:\n```\ngit clone https://github.com/CandyGoose/Translation_app\ncd Translation_app\n```\n2. Получите [Yandex Translate API](https://yandex.cloud/ru/docs/translate/quickstart)\n3. Измените файл `.env` в корне проекта\n4. Запустите приложение и базу данных с помощью Docker Compose:\n```\ndocker-compose up --build\n```\n5. Дождитесь завершения запуска, приложением можно будет воспользоваться:\n- при помощи curl:\n```\ncurl -X POST \"http://localhost:8080/api/translate?sourceLanguage=en\u0026targetLanguage=ru\u0026text=Hello%20world%2C%20this%20is%20my%20first%20program\"\n```\n- c помощью Postman, отправив POST-запрос на адрес http://localhost:8080/api/translate с JSON:\n```json\n{\n  \"sourceLanguage\": \"en\",\n  \"targetLanguage\": \"ru\",\n  \"text\": \"Hello world, this is my first program\"\n}\n```\n- через простой фронтенд: http://localhost:8080\n\n\u003cimg src=\"https://github.com/user-attachments/assets/ab62bc5d-6c51-4f33-a0e2-6355b5a72771\" alt=\"Front OK\" style=\"width: 500px; height: auto;\"\u003e\n\n\u003cimg src=\"https://github.com/user-attachments/assets/ecb45753-caf6-43ea-97ab-4e9f618d8980\" alt=\"Front Err\" style=\"width: 500px; height: auto;\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandygoose%2Ftranslation_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcandygoose%2Ftranslation_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandygoose%2Ftranslation_app/lists"}