Installation

Render

This guide shows you how to deploy the Superagent API to Render.com

  1. Create a new Web service from within the Render dashboard.

  2. Select Build and deploy from a Git repository.

Screenshot 2023-11-05 at 23 28 24
  1. Connect your Superaget fork from the list of repositories.

  2. Set the Root directory option to ./libs/superagent.

Screenshot 2023-11-05 at 23 38 40
  1. Set the Dockerfile Path to Dockerfile.
Screenshot 2023-11-05 at 23 38 33
  1. Add all required enviornment varialbes. See example here.

  2. Press Create service.

  3. After the Render deployment is ready you can access the Superagent API at https://<your_domain>.com/api/v1.

That’s it!