Skip to main content

Quick Start Guide

We prepared a ready-to-use Torque Framework workspace torquetech/quick-start-do-k8s. The workspace is a good foundation for developing a backend service and PostgreSQL database deployed on a Kubernetes cluster at DigitalOcean cloud provider. You can use Torque to build and deploy the workspace locally and on a cloud provider. As you'll see, all it takes to deploy the workspace are two Torque CLI commands.

The workspace has a few components best understood by looking at Architecture DAG (Directed Acyclic Graph). DAG has a load balancer, two backend API services, and a PostgreSQL database.

DAG image

Quick Start Guide is split into two subchapters:

  1. Running Locally
  2. Deploying to DigitalOcean