Skip to content

Backend API Setup

  • Login into your panel.
  • Create a new sub-domain api.example.com. The document root should point to the public folder of the project.
    [ex: “/home/example/api/public”]
  • Create a new database and remember the credentials.
    [ex: database= rewardy, user= test, password= 1234]
  • Upload the api.zip file in the root directory of your API (ex: “/home/example/api”) and extract the file.
  • Go to your site url (ex: https://api.example.com) and follow the installation wizard.