Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 225 Bytes

File metadata and controls

19 lines (13 loc) · 225 Bytes

StellarAid API

Backend API for the StellarAid platform, built with NestJS.

Setup

cp .env.example .env
npm install
npm run start:dev

Health Check

GET /api/health

Returns { "status": "ok" }.