{"id":15069116,"url":"https://github.com/cryptic-game/java-backend-old","last_synced_at":"2025-10-05T08:30:54.517Z","repository":{"id":54877938,"uuid":"241993682","full_name":"cryptic-game/java-backend-old","owner":"cryptic-game","description":"This is the Java Backend of the Cryptic project.","archived":true,"fork":false,"pushed_at":"2022-03-02T15:20:03.000Z","size":5547,"stargazers_count":7,"open_issues_count":14,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-30T14:01:21.870Z","etag":null,"topics":["api","cryptic","cryptic-game","hacktoberfest","hibernate-orm","java","java-11","netty","sql"],"latest_commit_sha":null,"homepage":"https://cryptic-game.github.io/java-backend","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptic-game.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"patreon":"themorpheus"}},"created_at":"2020-02-20T21:27:55.000Z","updated_at":"2023-01-28T02:28:21.000Z","dependencies_parsed_at":"2022-08-14T05:30:52.938Z","dependency_job_id":null,"html_url":"https://github.com/cryptic-game/java-backend-old","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptic-game%2Fjava-backend-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptic-game%2Fjava-backend-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptic-game%2Fjava-backend-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptic-game%2Fjava-backend-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptic-game","download_url":"https://codeload.github.com/cryptic-game/java-backend-old/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235378552,"owners_count":18980468,"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":["api","cryptic","cryptic-game","hacktoberfest","hibernate-orm","java","java-11","netty","sql"],"created_at":"2024-09-25T01:40:34.030Z","updated_at":"2025-10-05T08:30:54.086Z","avatar_url":"https://github.com/cryptic-game.png","language":"Java","readme":"\u003ch1 align=\"center\"\u003e\n    Cryptic Java Backend\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca style=\"text-decoration:none\" href=\"https://github.com/cryptic-game/java-backend/releases\"\u003e\n        \u003cimg alt=\"Releases\" src=\"https://img.shields.io/github/v/tag/cryptic-game/java-backend?label=latest%20version\u0026style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003ca style=\"text-decoration:none\" href=\"https://github.com/cryptic-game/java-backend/actions\"\u003e\n        \u003cimg alt=\"Build\" src=\"https://img.shields.io/github/workflow/status/cryptic-game/java-backend/CI/master?style=flat-square\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    \u003ca style=\"text-decoration:none\" href=\"https://hub.docker.com/r/crypticcp/server\"\u003e\n        \u003cimg alt=\"DockerHub - Server\" src=\"https://img.shields.io/docker/pulls/crypticcp/server?style=flat-square\u0026label=DockerHub%20-%20Server\"\u003e\n    \u003c/a\u003e\n    \u003ca style=\"text-decoration:none\" href=\"https://hub.docker.com/r/crypticcp/java-daemon\"\u003e\n        \u003cimg alt=\"DockerHub - Java Daemon\" src=\"https://img.shields.io/docker/pulls/crypticcp/java-daemon?style=flat-square\u0026label=DockerHub%20-%20Java%20Daemon\"\u003e\n    \u003c/a\u003e\n     \u003ca style=\"text-decoration:none\" href=\"https://hub.docker.com/r/crypticcp/admin-panel\"\u003e\n        \u003cimg alt=\"DockerHub - Admin Panel\" src=\"https://img.shields.io/docker/pulls/crypticcp/admin-panel?style=flat-square\u0026label=DockerHub%20-%20Admin%20Panel\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    This is the \u003ca href=\"https://cryptic-game.github.io/java-backend/\"\u003eJava Backend\u003c/a\u003e of the Cryptic project.\n\u003c/p\u003e\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n* A Java IDE ([IntelliJ IDEA](https://www.jetbrains.com/idea/))\n* [JDK 17](https://adoptium.net/)\n* [Git](https://git-scm.com/)\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running\n\n```sh\ngit clone https://github.com/cryptic-game/java-backend.git\n```\n\nThen you can open it with you IDE.\n\n### Running\n\nTo test the things you have changed you have to execute the Gradle Task 'run'.\n\nServer:\n````sh\n./gradlew :server:start\n````\n\nJava-Daemon:\n````sh\n./gradlew :java-daemon:start\n````\n\nAdmin-Panel:\n````sh\n./gradlew :admin-panel:start\n````\n\nTo customize your development environment, check our [available environment variables](https://wiki.cryptic-game.net/books/einf%C3%BChrungen/page/environment).\n\n### Documentation\n\nThe Javadocs can be found in [GitHub Pages](https://cryptic-game.github.io/java-backend/) and the protocol documentation in our [wiki](https://wiki.cryptic-game.net/books/einf%C3%BChrungen/chapter/java).\n\n### Deployment\n\nSee Cryptic backend deployment. (TODO Link)\n\n## Used Tools\n\n* [Gradle](https://gradle.org/) - The build tool\n* [GitHub Actions](https://github.com/features/actions/) - The CI tool\n* [Docker](https://docker.com/) - The deployment tool\n\n## Authors\n\n_**The Cryptic Java Team**_\n","funding_links":["https://patreon.com/themorpheus"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptic-game%2Fjava-backend-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptic-game%2Fjava-backend-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptic-game%2Fjava-backend-old/lists"}