{"id":14984769,"url":"https://github.com/cocoaheadsru/server","last_synced_at":"2025-09-17T20:40:10.463Z","repository":{"id":70573137,"uuid":"106591426","full_name":"cocoaheadsru/server","owner":"cocoaheadsru","description":"This is server side api for CocoaHeads Russia app. It was built with Swift and backed by Vapor.","archived":false,"fork":false,"pushed_at":"2018-03-12T15:20:32.000Z","size":1490,"stargazers_count":45,"open_issues_count":7,"forks_count":3,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-09-13T13:26:41.723Z","etag":null,"topics":["cocoaheads-russia","code-generation","devops","jenkins-pipeline","mysql","server-side-swift","sourcery","swift","swiftlint","tdd","vapor"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/cocoaheadsru.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":"2017-10-11T18:11:42.000Z","updated_at":"2025-09-04T11:39:37.000Z","dependencies_parsed_at":"2023-04-05T00:30:24.611Z","dependency_job_id":null,"html_url":"https://github.com/cocoaheadsru/server","commit_stats":{"total_commits":250,"total_committers":7,"mean_commits":"35.714285714285715","dds":"0.43200000000000005","last_synced_commit":"3367dbfe3fec62056acd2a6cd604835356dc6243"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cocoaheadsru/server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocoaheadsru%2Fserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocoaheadsru%2Fserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocoaheadsru%2Fserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocoaheadsru%2Fserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cocoaheadsru","download_url":"https://codeload.github.com/cocoaheadsru/server/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocoaheadsru%2Fserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275658802,"owners_count":25504780,"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-17T02:00:09.119Z","response_time":84,"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":["cocoaheads-russia","code-generation","devops","jenkins-pipeline","mysql","server-side-swift","sourcery","swift","swiftlint","tdd","vapor"],"created_at":"2024-09-24T14:09:38.754Z","updated_at":"2025-09-17T20:40:10.418Z","avatar_url":"https://github.com/cocoaheadsru.png","language":"Swift","readme":"\n# CocoaHeads Server\n\nThis a server side api for CocoaHeads Russia app. It was built with Swift and backed by Vapor.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. \n\n### Prerequisites\n\nWhat things you need to install the software and how to install them. At first verify swift installation:\n\n```\neval \"$(curl -sL check.vapor.sh)\"\n```\n\n### Installing\n\nA step by step series of examples that tell you have to get a development env running\n\n\n#### Add Homebrew Tap\n\n```\nbrew tap vapor/homebrew-tap\nbrew update\n```\n\n#### Install Vapor\n\n```\nbrew install vapor\n```\n\n#### Install MySQL\n\n```\nbrew install mysql\n```\nStart mysql server\n\n```\nmysql.server start\n\n```\nCreate database for development and tests \n\n```\nmysql -u root\nCREATE DATABASE cocoaheads;\nCREATE DATABASE cocoaheads_test;\nCREATE USER 'test'@'localhost' IDENTIFIED BY 'test';\nGRANT ALL PRIVILEGES ON cocoaheads_test.* TO 'test'@'localhost' WITH GRANT OPTION;\nFLUSH PRIVILEGES;\n```\n\n\n\n#### Create project\n\n```\nvapor new server --template=cocoaheadsru/server\n```\n\n#### Build project\n\nChange directory\n\n```\ncd server\n```\nCreate xcode project\n\n```\nvapor xcode\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocoaheadsru%2Fserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocoaheadsru%2Fserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocoaheadsru%2Fserver/lists"}