You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" }.
About
StellarAid Backend is the server-side API powering the StellarAid crowdfunding platform — a blockchain‑enabled system built on the Stellar network to support transparent, secure, and efficient fundraising for social impact initiatives.