Swift backend using vapor framework postgresql

168 Views Asked by At

Hello everyone can anybody help me In this problem , i have a task that is we create an ios chat app and the client want the backend using postgresql and vapor framework , can any body help me to figure out how to add vapor to an existing xcode project and how to connect every thing together?

1

There are 1 best solutions below

0
On BEST ANSWER

The Vapor app will live in a separate Xcode project as it's a separate app. In terms of connecting everything together, it's just another API to the client, so you call it like you would any other