DEV Community

Cover image for [VIDEO] Writing CRUD operations for a Swift API 🍭🍦 (Swift 5.1/Vapor 3)
✨ thetealpickle πŸ“±
✨ thetealpickle πŸ“±

Posted on • Updated on

[VIDEO] Writing CRUD operations for a Swift API 🍭🍦 (Swift 5.1/Vapor 3)

HELLO INTERNET.πŸ‘‹πŸΎ
In this video I go into creating CRUD endpoints for a Swift API !! πŸ–₯

CRUD stands for Creating Retrieving Updating Deleting
Let's get CRUDy 😁

CRUD operations are ways to interact with a database and in this video I show you how to create CRUD endpoints within a Swift API.

This API is created using the Vapor framework and leverages the Fluent library for abstracting out our database interactions.

You can download the repository I am working on for this video on my GitHub at my cheese-api-swift repositoryπŸ’ͺ🏾
Check out the other videos in the series! πŸ“Ί

Stay connected with me on the internet @thetealpickle, leave a response or send me a tweet on twitter. Dont forget to share the ❀️

Namaste. Jessica πŸ₯”

Top comments (1)

Collapse
 
ad0791 profile image
Alexandro Disla

Hello i hope you are doing great. I am learning nodejs. But recently i have been attracted to learning swift and swift ui. Then i was asking to myself, how can you do backend with swift. I found about vapor and kitura. Do you have a work where you link up

SwiftUI and vapor?