Getting Started with Swift Vapor 4

In Vapor course, you’ll set up your own API with Vapor, you’ll set up a database and you’ll build a client iOS app that uses the API to interact with the database.

Course curriculum

  • 1

    Introduction

    • Welcome

    • Resources

    • Where to Get Help?

  • 2

    Vapor 4

    • 01 Getting Started with Vapor 4

    • 02 Tables, Migrations, Read/Write Data

    • 03 Creating an App with the Vapor API

    • 04 Update and Delete Routes in the Vapor API

    • 05 Deploying the Vapor API with Heroku

    • 06 Async Await