Files
labFusion/services/api-gateway
GSRN 0b02b30d13
Some checks failed
API Docs (Node.js Express) / test (20) (push) Has been cancelled
API Docs (Node.js Express) / build (push) Has been cancelled
API Docs (Node.js Express) / security (push) Has been cancelled
API Docs (Node.js Express) / test (18) (push) Has been cancelled
API Docs (Node.js Express) / test (16) (push) Failing after 5m20s
LabFusion CI/CD Pipeline / api-gateway (push) Has been cancelled
LabFusion CI/CD Pipeline / service-adapters (push) Has been cancelled
LabFusion CI/CD Pipeline / api-docs (push) Has been cancelled
LabFusion CI/CD Pipeline / frontend (push) Has been cancelled
LabFusion CI/CD Pipeline / integration-tests (push) Has been cancelled
LabFusion CI/CD Pipeline / security-scan (push) Has been cancelled
Docker Build and Push / build-and-push (push) Has been cancelled
Docker Build and Push / security-scan (push) Has been cancelled
Docker Build and Push / deploy-staging (push) Has been cancelled
Docker Build and Push / deploy-production (push) Has been cancelled
Integration Tests / integration-tests (push) Has been cancelled
Integration Tests / performance-tests (push) Has been cancelled
API Gateway (Java Spring Boot) / test (17) (push) Failing after 4m55s
API Gateway (Java Spring Boot) / test (21) (push) Failing after 4m54s
API Gateway (Java Spring Boot) / security (push) Has been skipped
API Gateway (Java Spring Boot) / build (push) Has been skipped
Update API Docs service configuration and enhance error handling; modify ESLint rules to allow console statements and enforce code style standards
2025-09-12 13:05:35 +02:00
..
2025-09-11 22:08:12 +02:00
2025-09-11 22:08:12 +02:00
2025-09-11 22:08:12 +02:00
2025-09-11 22:08:12 +02:00

API Gateway Service

The core API gateway for LabFusion, built with Java Spring Boot.

Purpose

  • Central API endpoint for all frontend requests
  • User authentication and authorization
  • Dashboard and widget management
  • Event and device state storage

Technology Stack

  • Language: Java 17
  • Framework: Spring Boot 3.2.0
  • Port: 8080
  • Database: PostgreSQL
  • Message Bus: Redis

Features

  • JWT-based authentication
  • RESTful API endpoints
  • WebSocket support for real-time updates
  • Dashboard CRUD operations
  • Event and device state management

Development Status

Complete - Core functionality implemented