/adsp-sdk-samples

Minimal hello world samples using ADSP SDK.

Primary LanguageJavaApache License 2.0Apache-2.0

ADSP SDK Samples

This is monorepo of minimal hello world backend services using variants of the ADSP Service SDK.

This project uses Nx.

Prerequisites

Running services

Set the configuration values via an appropriate mechanism for the variant:

  • app settings in ASP.NET Core variant
  • properties in Spring Boot variant
  • environment in Express variant

Install dependencies using: npm i -D

Build specific app like: npx nx build hello-world-express

Run specific app like npx nx serve hello-world-express