{"id":22574926,"url":"https://github.com/attacktive/troubleshooter-editor-back-end","last_synced_at":"2026-04-11T07:36:43.912Z","repository":{"id":49380503,"uuid":"517579517","full_name":"Attacktive/troubleshooter-editor-back-end","owner":"Attacktive","description":"It's the back-end of a save file editor of the game Troubleshooter: Abandoned Children.","archived":false,"fork":false,"pushed_at":"2025-03-24T00:46:21.000Z","size":1794,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T02:40:20.501Z","etag":null,"topics":["editor","exposed-orm","game","gradle","kotlin","save-editor","spring-boot","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Attacktive.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-25T08:25:34.000Z","updated_at":"2025-03-24T00:46:22.000Z","dependencies_parsed_at":"2023-11-14T04:26:09.648Z","dependency_job_id":"1cd2d523-a52b-4b26-9314-0af7d8aaead6","html_url":"https://github.com/Attacktive/troubleshooter-editor-back-end","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Attacktive%2Ftroubleshooter-editor-back-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Attacktive%2Ftroubleshooter-editor-back-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Attacktive%2Ftroubleshooter-editor-back-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Attacktive%2Ftroubleshooter-editor-back-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Attacktive","download_url":"https://codeload.github.com/Attacktive/troubleshooter-editor-back-end/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246051804,"owners_count":20715910,"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":["editor","exposed-orm","game","gradle","kotlin","save-editor","spring-boot","sqlite"],"created_at":"2024-12-08T03:08:27.014Z","updated_at":"2026-04-11T07:36:38.892Z","avatar_url":"https://github.com/Attacktive.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Troubleshooter Editor Back-end\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/34e6614e8ec245c6ab2afb57123520ce)](https://app.codacy.com/gh/Attacktive/troubleshooter-editor-back-end?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=Attacktive/troubleshooter-editor-back-end\u0026utm_campaign=Badge_Grade_Settings)\n[![CodeFactor](https://www.codefactor.io/repository/github/attacktive/troubleshooter-editor-back-end/badge)](https://www.codefactor.io/repository/github/attacktive/troubleshooter-editor-back-end)\n[![CodeQL](https://github.com/Attacktive/troubleshooter-editor-back-end/actions/workflows/codeql.yaml/badge.svg)](https://github.com/Attacktive/troubleshooter-editor-back-end/actions/workflows/codeql.yaml)\n[![Java CI with Gradle](https://github.com/Attacktive/troubleshooter-editor-back-end/actions/workflows/gradle.yaml/badge.svg)](https://github.com/Attacktive/troubleshooter-editor-back-end/actions/workflows/gradle.yaml)\n[![Push to Docker Image Registries](https://github.com/Attacktive/troubleshooter-editor-back-end/actions/workflows/push-image.yaml/badge.svg)](https://github.com/Attacktive/troubleshooter-editor-back-end/actions/workflows/push-image.yaml)\n[![Deploy to Fly.io](https://github.com/Attacktive/troubleshooter-editor-back-end/actions/workflows/deploy-to-fly-io.yaml/badge.svg)](https://github.com/Attacktive/troubleshooter-editor-back-end/actions/workflows/deploy-to-fly-io.yaml)\n\nIt's the back-end of a save file editor of the game Troubleshooter: Abandoned Children.\n\n## ▶️How to Run\n\n### prerequisites\n\n- [Git](https://git-scm.com/downloads)\n- [OpenJDK 21](https://jdk.java.net/archive/): Choose the latest `21.x` version\n- Firewall settings might be required: whitelist inbound `TCP` traffics via port `8080`\n\n### execution\n\n- Windows Powershell:\n\n```shell\n\ngit clone https://github.com/Attacktive/troubleshooter-editor-back-end.git\ncd troubleshooter-editor-back-end\n.\\gradlew bootRun\n```\n\n- Windows CMD\n\n```shell\n\ngit clone https://github.com/Attacktive/troubleshooter-editor-back-end.git\ncd troubleshooter-editor-back-end\ngradlew bootRun\n```\n\n- Unix-like:\n\n```shell\n\ngit clone https://github.com/Attacktive/troubleshooter-editor-back-end.git\ncd troubleshooter-editor-back-end\n./gradlew bootRun\n```\n\n## 🔧 How to Use the Editor\n\nIt's just the back-end part of the editor which still requires [the front-end](https://github.com/Attacktive/troubleshooter-editor-front-end-svelte).\nSo,\n1. run this Spring application, then\n2. either just use the front-end application at [the GitHub Pages](https://attacktive.github.io/troubleshooter-editor-front-end-svelte), or run it yourself\n\n## 🗒️ Note\n\nThe [Vue.js](https://github.com/Attacktive/troubleshooter-editor-front-end-vue) variant and [React](https://github.com/Attacktive/troubleshooter-editor-front-end) version is currently discontinued in favor of the Svelte version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattacktive%2Ftroubleshooter-editor-back-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattacktive%2Ftroubleshooter-editor-back-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattacktive%2Ftroubleshooter-editor-back-end/lists"}