Database Persistence with Fluent and Postgres in Vapor
Learn how to add database persistence to your Vapor-based REST API using Fluent and PostgreSQL.
Packaging and Sharing Models Between Server and App
Learn how to create reusable Swift packages for sharing models between your Vapor server-side project and your iOS app, enabling code reuse and consistency across platforms.