All Projects → Evolution-App → Backend

Evolution-App / Backend

Licence: mit
Backend is responsible to provide data to EVOlution App - iOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Backend

Zewo
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
Stars: ✭ 1,856 (+1408.94%)
Mutual labels:  server-side-swift, xcode
Awesome Cheatsheets
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Stars: ✭ 26,007 (+21043.9%)
Mutual labels:  xcode, backend
Firebaseswift
Firebase REST API wrapper for use in server-side Swift
Stars: ✭ 54 (-56.1%)
Mutual labels:  server-side-swift, backend
Kotlinnativesample
Kotlin Native app working on Android & iPhone
Stars: ✭ 119 (-3.25%)
Mutual labels:  xcode
Sqift
Powerful Swift wrapper for SQLite
Stars: ✭ 119 (-3.25%)
Mutual labels:  xcode
Xib2storyboard
A tool to convert Xcode .xib to .storyboard files
Stars: ✭ 121 (-1.63%)
Mutual labels:  xcode
Reqman
Reqman is a tool that can quickly help back-end engineers with api testing, as well as a nodejs-based crawler tool.
Stars: ✭ 123 (+0%)
Mutual labels:  backend
Vapor Auth Template
A Vapor 4 template with authentication, Fluent, JWT, Queues, repository pattern, testing and more.
Stars: ✭ 118 (-4.07%)
Mutual labels:  server-side-swift
Whats New In Swift 5 1
An Xcode playground that demonstrates the new features introduced in Swift 5.1.
Stars: ✭ 122 (-0.81%)
Mutual labels:  xcode
1972
1972 - Criando APIs com NodeJs
Stars: ✭ 120 (-2.44%)
Mutual labels:  backend
Devicesupport
Stars: ✭ 120 (-2.44%)
Mutual labels:  xcode
Ext Solr
A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
Stars: ✭ 118 (-4.07%)
Mutual labels:  backend
Wwdc Recap
A collection of session summaries in markdown format, from WWDC 20, 19 & 17
Stars: ✭ 121 (-1.63%)
Mutual labels:  xcode
Accesscontrolkitty
Xcode extension - quickly change access control level (public, private etc.) of selected Swift code by Editor menu item or keyboard command
Stars: ✭ 119 (-3.25%)
Mutual labels:  xcode
Trainer Mac
Trains a model, then generates a complete Xcode project that uses it - no code necessary
Stars: ✭ 122 (-0.81%)
Mutual labels:  xcode
Surmagic
🚀 The better way to deal with Binary Frameworks on iOS, Mac Catalyst, tvOS, macOS, and watchOS. Create XCFrameworks with ease.
Stars: ✭ 119 (-3.25%)
Mutual labels:  xcode
Xcode Build Times
This BitBar/SwiftBar plugin shows the time you spend waiting for Xcode to do your builds
Stars: ✭ 122 (-0.81%)
Mutual labels:  xcode
Slides
it is a repository to store all slides used by Triton Ho's public presentation and course.
Stars: ✭ 1,782 (+1348.78%)
Mutual labels:  backend
Gobetween
☁️ Modern & minimalistic load balancer for the Сloud era
Stars: ✭ 1,631 (+1226.02%)
Mutual labels:  backend
Swift Xcode
Use Swift Package Manager directly from within Xcode, w/o the cmdline
Stars: ✭ 121 (-1.63%)
Mutual labels:  xcode

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

Recommended utilities

Build and run

$ 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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].