ShipSwiftly - Get started
  • Understanding the code
  • Create your app on AppStoreConnect
  • Setting up Firebase
    • Authentication
  • Setting up revenueCat
  • Setting up the server
    • OpenAI Key
    • Deploy your server
    • Adding Heroku Endpoint to App
  • Setting up cloud functions with firebase
Powered by GitBook
On this page

Setting up the server

This is optional. You need it only if your app requires openAI communication

Head up to the terminal, and run the following command:

git clone https://github.com/Shipswiftly/openai_backend [SERVER_NAME]

You can now access the server. It is written in Vapor, which is a framework for creating server applications with Swift. (Same language used to build the code)

PreviousSetting up revenueCatNextOpenAI Key

Last updated 1 year ago