Backend API
The Eli Health Backend API is the core service managing all business logic, user authentication, and data operations.
Development Status
This documentation is being developed. Check back soon for complete API documentation.
Technology Stack
- Runtime: Node.js 18+
- Language: TypeScript
- Framework: NestJS
- Database: PostgreSQL with TypeORM
- Authentication: JWT + Firebase Auth
API Documentation
When running locally, interactive API documentation is available at:
http://localhost:3000/docs
Development Setup
cd eli-backend-api/packages/backend
npm install
cp .env.example .env.development
npm run start:dev
Related Documentation
- Database Schema - Learn about the PostgreSQL database structure
- HAE API Integration - Image analysis service integration