{"id":48597907,"url":"https://github.com/cntm-labs/orbit-api","last_synced_at":"2026-04-08T21:03:33.567Z","repository":{"id":344475938,"uuid":"1181619278","full_name":"cntm-labs/orbit-api","owner":"cntm-labs","description":"Personal finance management REST API","archived":false,"fork":false,"pushed_at":"2026-03-17T11:41:49.000Z","size":1440,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-18T01:28:30.196Z","etag":null,"topics":["backend","java","project-orbit","spring-boot"],"latest_commit_sha":null,"homepage":"https://mrbt-nano.github.io/orbit-api/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cntm-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-14T11:48:52.000Z","updated_at":"2026-03-17T12:09:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cntm-labs/orbit-api","commit_stats":null,"previous_names":["mrbt-nano/orbit-api","cntm-labs/orbit-api"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cntm-labs/orbit-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cntm-labs%2Forbit-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cntm-labs%2Forbit-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cntm-labs%2Forbit-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cntm-labs%2Forbit-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cntm-labs","download_url":"https://codeload.github.com/cntm-labs/orbit-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cntm-labs%2Forbit-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","java","project-orbit","spring-boot"],"created_at":"2026-04-08T21:02:25.983Z","updated_at":"2026-04-08T21:03:33.523Z","avatar_url":"https://github.com/cntm-labs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/orbit-logo.svg\" alt=\"Orbit\" width=\"120\" height=\"120\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eOrbit Personal Finance API\u003c/h1\u003e\n\n![CI Pipeline](https://github.com/cntm-labs/orbit-api/actions/workflows/pre-commit-ci.yml/badge.svg)\n![Docs \u0026 Test Coverage](https://github.com/cntm-labs/orbit-api/actions/workflows/docs-and-tests-cd.yml/badge.svg)\n![CodeQL](https://github.com/cntm-labs/orbit-api/actions/workflows/codeql.yml/badge.svg)\n[![codecov](https://codecov.io/gh/cntm-labs/orbit-api/graph/badge.svg?token=p8pQDKGOWm)](https://codecov.io/gh/cntm-labs/orbit-api)\n![Dependabot](https://img.shields.io/badge/Dependabot-Enabled-blue?logo=dependabot)\n![Java Version](https://img.shields.io/badge/Java-25-blue?logo=java)\n![Spring Boot](https://img.shields.io/badge/Spring_Boot-4.0.3-brightgreen?logo=springboot)\n\nWelcome to the **Orbit Personal Finance Management System**. This repository contains the core API (backend engine) responsible for managing financial ledgers, tracking multi-currency assets (including crypto), and orchestrating payments.\n\nIt is built to strict, top 1% engineering standards utilizing a Hexagonal \"Package by Feature\" Architecture.\n\n---\n\n## 📚 Interactive API Documentation\nThis project automatically generates and publishes its Swagger OpenAPI specification to a custom interactive Next.js website. \n\n👉 **[View Live API Documentation](https://cntm-labs.github.io/orbit-api/)** *(Link active after first successful GitHub Action deployment)*\n\n## 🚀 Quick Start (Local Development)\n\n### Prerequisites\n*   Java 25\n*   Docker (for the local PostgreSQL database)\n\n### Building \u0026 Running\nThanks to `spring-boot-docker-compose`, you do not need to manually configure a database. Running the app will automatically spin up the required PostgreSQL container.\n\n```bash\n# Clone the repository\ngit clone https://github.com/cntm-labs/orbit-api.git\ncd orbit-api\n\n# Run the application\n./mvnw spring-boot:run\n```\nThe API will be available at: `http://localhost:8080`\n\n### Running Tests\nTo run the full test suite and automatically generate a local JaCoCo coverage report:\n```bash\n./mvnw clean test\n```\n\n## 📐 Architecture \u0026 Standards\n\nThis project adheres to elite coding standards. For detailed rules on how to write code, structure folders, and use AI agents within this repository, please read the following:\n\n1.  **[Architecture Specification](./architect/architecture-specification.md)** - Primary source of truth for all module contracts, conventions, and dependency rules.\n2.  **[GEMINI.md](./GEMINI.md)** - AI hooks and workspace context for Gemini.\n3.  **[CLAUDE.md](./CLAUDE.md)** - AI agent guidelines for Claude.\n4.  **[Clean Code Guidelines](./architect/clean_code_guidelines.md)** - Hexagonal Architecture, DTOs, and clean code principles.\n\n## 🛡️ Security \u0026 CI/CD\n\nEvery Pull Request and commit to the `main` branch is subjected to a rigorous gauntlet of automated checks:\n*   **Spotless Formatting:** Code must comply with Google's Java Style Guide.\n*   **Unit Tests \u0026 Codecov:** Code coverage must not drop below 80%.\n*   **GitHub CodeQL:** Continuous scanning for security vulnerabilities (e.g., SQL Injection, XSS).\n*   **Dependabot:** Weekly automated dependency updates.\n*   **Documentation Verification:** A custom bash script (`scripts/verify-docs.sh`) ensures no API endpoint is merged without proper Swagger/OpenAPI documentation annotations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcntm-labs%2Forbit-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcntm-labs%2Forbit-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcntm-labs%2Forbit-api/lists"}