GitPedia

Backend

Backend is responsible to provide data to EVOlution App - iOS

From EVOlution-App·Updated November 4, 2024·View on GitHub·
·Archived

This 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)**. The project is written primarily in Swift, distributed under the MIT License license, first published in 2017. Key topics include: backend, bff, bff-component, evolution, evolution-app.

Build Status - Master
macOS
Linux

Evolution App - Backend

This repository contains the backend for frontend (BFF) component that supports the Evolution App - iOS, an app to help you to follow proposals from Swift Evolution on your iOS device. This BFF component is written in the Swift programming language and leverages the Kitura web framework from IBM.

Please note that this BFF component is still undergoing development; we are currently working on the deliverables for a first release. Stay tuned for updates!

Dependencies

Build and run

shell
$ git clone -b develop https://github.com/evolution-app/backend $ cd backend $ swift run [2017-06-23T14:07:16.626-03:00] [INFO] [main.swift:11 Server] Server will be started on 'http://localhost:8080'. [2017-06-23T14:07:16.631-03:00] [INFO] [HTTPServer.swift:104 listen(on:)] Listening on port 8080

Using your browser, you can now access the landing page of the BFF component at http://localhost:8080.

Generate Xcode Project

shell
$ swift package generate-xcodeproj

Bluemix toolchain

This 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.

Create Toolchain

Authors

License

Evolution App - Backend is available under the MIT license. See the LICENSE file for more info.

Contributors

Showing top 5 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from EVOlution-App/Backend via the GitHub API.Last fetched: 6/25/2026