{"id":17334395,"url":"https://github.com/marshallasch/tse-csgames2018","last_synced_at":"2025-09-07T07:09:49.095Z","repository":{"id":102587104,"uuid":"128838074","full_name":"MarshallAsch/TSE-csgames2018","owner":"MarshallAsch","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-09T22:20:27.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T07:24:21.457Z","etag":null,"topics":["csgames","guelph","java","rest-api","spaceship"],"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/MarshallAsch.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":"2018-04-09T21:52:19.000Z","updated_at":"2018-04-11T20:00:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"63ed8068-f0d2-4700-b1df-db396521f3f0","html_url":"https://github.com/MarshallAsch/TSE-csgames2018","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarshallAsch/TSE-csgames2018","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshallAsch%2FTSE-csgames2018","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshallAsch%2FTSE-csgames2018/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshallAsch%2FTSE-csgames2018/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshallAsch%2FTSE-csgames2018/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarshallAsch","download_url":"https://codeload.github.com/MarshallAsch/TSE-csgames2018/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshallAsch%2FTSE-csgames2018/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274006157,"owners_count":25206091,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csgames","guelph","java","rest-api","spaceship"],"created_at":"2024-10-15T15:05:56.805Z","updated_at":"2025-09-07T07:09:48.021Z","avatar_url":"https://github.com/MarshallAsch.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Team Software Engineering - Spaceship Control\n\n### Usage\n\nCreate the containers with docker-compose. It creates an image mounted with\nyour sources so you don't have to rebuild it everytime and it links it with a\ncontainer running MongoDB.\n\n```sh\ndocker-compose up -d\n```\n\nThen run the acceptance tests to verify your progress with the following\ncommand:\n\n```sh\ndocker start -a spaceship-control\n```\n\nYou may want to change the `TEAM_TOKEN` defined in `spaceship.env`.\n\nIf you already have a running MongoDB on your machine with default\nhost (localhost) and port (27017) and you want to use it, you can simply\nexecute the following command to run the acceptance tests:\n\n```sh\n./gradlew accept -DteamToken=YOUR_TOKEN\n```\n\nOr you can also start a standalone container running MongoDB so you can use\nyour preferred IDE to run/debug the gradle `accept` task. The following command\nwill run a MongoDB container listening on `127.0.0.1:27017`:\n\n```sh\ndocker run --name mongo -d -p 27017:27017 mongo\n```\n\n_Note: Mongo is only used to run the acceptance tests. You might not have to use\nit in the `spaceship-control`._\n\n### Development\n\nThe entry point of the `spaceship-control` is `src/main/java/org/csgames/spaceship/control/app/EventAppService.java`.\nThis is where you will have to rewrite the core features of our spaceship.\n\nGood luck! :penguin: :rocket:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshallasch%2Ftse-csgames2018","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarshallasch%2Ftse-csgames2018","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshallasch%2Ftse-csgames2018/lists"}