Skip to Content
🚀 APSO is now in public beta. Get started →
Get StartedInstallation

Installation

Get APSO running on your machine.

Prerequisites

DependencyVersionPurpose
Node.js18+Runtime
npm8+Package manager (ships with Node)
DockerAny recentLocal PostgreSQL for development
node --version # v18.x.x or higher npm --version # 8.x.x or higher

Install the CLI

npm install -g @apso/cli

Verify:

apso --version

Log in to APSO

If you are using APSO Cloud, authenticate with the platform:

apso login

This opens a browser window to complete authentication. Once logged in, the CLI stores your credentials locally.

Check your session:

apso whoami

Create your first project

apso init my-api cd my-api

This creates a new project directory with a .apsorc schema file and a ready-to-run NestJS backend.

Next steps

Last updated on