/Kitura-PhotoServer

Experimenting with Kitura Server side components for Swift

Primary LanguageSwift

Kitura-PhotoServer

Just playing around with kitura Server

#PhotoServer

Implements a simple REST api using Kitura. It provides just an endpoint (photo) and it has methods to read photos (GET), add photos (POST) and delete (DELETE)

#KituraClient

iOS Client that connects to the kitura server using NSURLSession