6 simple steps to get your first Vapor JSON response
We will cover the initial setup and how to make both POST and GET with controllers and models. This tutorial will assume that you already have installed Vapor and Xcode 8 and are familiar with Swift 3. ### 1. Creating your project Now open your terminal a...