{"id":14634632,"url":"https://github.com/EVOlution-App/Backend","last_synced_at":"2025-09-07T00:31:11.528Z","repository":{"id":67637764,"uuid":"85836641","full_name":"EVOlution-App/Backend","owner":"EVOlution-App","description":"Backend is responsible to provide data to EVOlution App - iOS","archived":true,"fork":false,"pushed_at":"2018-05-31T21:45:18.000Z","size":196,"stargazers_count":123,"open_issues_count":4,"forks_count":9,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-09-01T13:24:00.290Z","etag":null,"topics":["backend","bff","bff-component","evolution","evolution-app","ibm","ibm-bluemix","kitura","macos","proposals","server-side-swift","swift","swift-evolution","toolchain","xcode"],"latest_commit_sha":null,"homepage":"https://twitter.com/evoapp_io","language":"Swift","has_issues":false,"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/EVOlution-App.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}},"created_at":"2017-03-22T14:19:37.000Z","updated_at":"2024-11-04T15:44:04.000Z","dependencies_parsed_at":"2023-03-05T04:30:15.903Z","dependency_job_id":null,"html_url":"https://github.com/EVOlution-App/Backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EVOlution-App/Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EVOlution-App%2FBackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EVOlution-App%2FBackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EVOlution-App%2FBackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EVOlution-App%2FBackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EVOlution-App","download_url":"https://codeload.github.com/EVOlution-App/Backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EVOlution-App%2FBackend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273982865,"owners_count":25202090,"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-06T02:00:13.247Z","response_time":2576,"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":["backend","bff","bff-component","evolution","evolution-app","ibm","ibm-bluemix","kitura","macos","proposals","server-side-swift","swift","swift-evolution","toolchain","xcode"],"created_at":"2024-09-09T19:02:07.746Z","updated_at":"2025-09-07T00:31:11.097Z","avatar_url":"https://github.com/EVOlution-App.png","language":"Swift","readme":"[![Build Status - Master](https://travis-ci.org/evolution-app/backend.svg?branch=develop)](https://travis-ci.org/unnamedd/swift-evolution-backend)\n![macOS](https://img.shields.io/badge/os-macOS-green.svg?style=flat)\n![Linux](https://img.shields.io/badge/os-linux-green.svg?style=flat)\n\n# Evolution App - Backend\n\nThis repository contains the backend for frontend (BFF) component that supports the [Evolution App - iOS](https://itunes.apple.com/us/app/evolution-app/id1210898168?mt=8), an app to help you to follow [proposals from Swift Evolution](https://apple.github.io/swift-evolution/) on your iOS device. This BFF component is written in the [Swift](https://swift.org/) programming language and leverages the [Kitura](http://www.kitura.io/) web framework from **[IBM](https://github.com/IBM-Swift)**.\n\nPlease note that this BFF component is still undergoing development; we are currently working on the deliverables for a first release. Stay tuned for updates!\n\n## Dependencies\n\n- [Swift 3.1.1](https://swift.org)\n\n## Recommended utilities\n\n- [SwiftEnv](https://swiftenv.fuller.li)\n- [Xcode](https://developer.apple.com/xcode/) (if you are using macOS)\n\n## Build and run\n\n```shell\n$ git clone -b develop https://github.com/evolution-app/backend\n$ cd backend\n$ swift run\n\n[2017-06-23T14:07:16.626-03:00] [INFO] [main.swift:11 Server] Server will be started on 'http://localhost:8080'.\n[2017-06-23T14:07:16.631-03:00] [INFO] [HTTPServer.swift:104 listen(on:)] Listening on port 8080\n```\n\nUsing your browser, you can now access the landing page of the BFF component at [http://localhost:8080](http://localhost:8080).\n\n## Generate Xcode Project\n\n```shell\n$ swift package generate-xcodeproj\n```\n\n## Bluemix toolchain\n\nThis BFF component can be deployed to the IBM Cloud using a Bluemix Toolchain. Any required services will be automatically provisioned, once, during the deployment stage.\n\n[![Create Toolchain](https://console.ng.bluemix.net/devops/graphics/create_toolchain_button.png)](https://console.ng.bluemix.net/devops/setup/deploy/)\n\n\n## Authors\n\n- Taylor Franklin - [GitHub](https://github.com/tfrank64)\n- Thiago Holanda - [GitHub](https://github.com/unnamedd) / [Twitter](https://twitter.com/tholanda)\n- Ricardo Olivieri - [GitHub](https://github.com/rolivieri)\n\n\n## License\n\n**Evolution App - Backend** is available under the MIT license. See the [LICENSE](LICENSE) file for more info.\n","funding_links":[],"categories":["Swift"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEVOlution-App%2FBackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEVOlution-App%2FBackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEVOlution-App%2FBackend/lists"}