{"id":31637643,"url":"https://github.com/xutyxd/voltra-hub-server","last_synced_at":"2026-01-20T17:01:21.709Z","repository":{"id":315959390,"uuid":"1060863652","full_name":"xutyxd/voltra-hub-server","owner":"xutyxd","description":"A server for manage ESIOS PVPC 2.0 TD","archived":false,"fork":false,"pushed_at":"2025-10-09T20:18:41.000Z","size":731,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-17T07:48:40.945Z","etag":null,"topics":["electrica","esios","espanola","red","ree"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xutyxd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-09-20T18:43:00.000Z","updated_at":"2025-10-09T20:17:37.000Z","dependencies_parsed_at":"2025-09-21T22:20:26.131Z","dependency_job_id":null,"html_url":"https://github.com/xutyxd/voltra-hub-server","commit_stats":null,"previous_names":["xutyxd/voltra-hub-server"],"tags_count":1,"template":false,"template_full_name":"xutyxd/ts-openapi-contract-first-boilerplate","purl":"pkg:github/xutyxd/voltra-hub-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xutyxd%2Fvoltra-hub-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xutyxd%2Fvoltra-hub-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xutyxd%2Fvoltra-hub-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xutyxd%2Fvoltra-hub-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xutyxd","download_url":"https://codeload.github.com/xutyxd/voltra-hub-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xutyxd%2Fvoltra-hub-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: 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":["electrica","esios","espanola","red","ree"],"created_at":"2025-10-07T01:38:48.351Z","updated_at":"2026-01-20T17:01:21.676Z","avatar_url":"https://github.com/xutyxd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/xutyxd/voltra-hub-server\"\u003e\n    \u003cpicture\u003e\n      \u003csource srcset=\"./voltra-hub-logo.png\" width=\"150\"\u003e\n      \u003cimg alt=\"Voltra Hub logo\" src=\"./voltra-hub-logo.png\" width=\"150\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Voltra Hub Server\n\nA server for the Voltra Hub API.\n\n## Features\n- OpenAPI definition\n- Compliant server setup\n- NPM package generation for seamless API development\n- Handle ESIOS REE PVPC API without authentication\n\n## Docker Setup\nA docker image is available on [Docker Hub](https://hub.docker.com/r/xutyxd/voltra-hub-server)\n\nAll environment variables are optional and will start on 8080 by default.\nWill use memory database by default.\n\n### Usage\n\n```bash\ndocker run -d \\\n  -p 8080:8080 \\\n  -e PORT=8080 \\\n  -e MONGODB_URI=mydatabase.example.com \\\n  -e MONGODB_DATABASE=voltrahub\n  xutyxd/voltra-hub-server\n```\n\n## Quick Start Guide\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/xutyxd/voltra-hub-server\n   cd voltra-hub-server\n\n2. **Install dependencies:**\n   ```bash\n   npm install\n   ```\n\n3. **Generate OpenAPI definition:**\n   ```bash\n   npm run openapi:bundle\n   npm run openapi:types\n   npm run openapi:docs\n   ```\n\n4. **Run the tests:**\n   ```bash\n   npm run test:ts\n   npm run test:units\n   npm run test:functionals\n   ```\n\n5. **Run the server:**\n   ```bash\n   npm run start:local\n   ```\n\n## Dependencies\nCheck dependencies for more documentation\n- [Node.js](https://nodejs.org/en/) (v21.6.2)\n- [npm](https://www.npmjs.com/) (v9.6.1)\n- [SoE](https://github.com/xutyxd/server-over-express) (v1.6.1)\n- [InversifyJS](https://github.com/inversify/InversifyJS) (v6.0.2)\n- [OpenAPI Fetch](https://github.com/xutyxd/openapi-fetch) (v0.12.0)\n- [Ajv](https://github.com/ajv-validator/ajv) (v8.17.1)\n- [MongoDB](https://www.mongodb.com/) (v6.0.1)\n- [ESIOS API Client](https://github.com/xutyxd/esios-api-client) (v1.1.6)\n\n## License\n\nThis project is licensed under the AGPL-3.0 license - see the [LICENSE](LICENSE) file for details\n\n\u003cp align=\"left\"\u003e\n  Made with ☕ by\n  \u003ca href=\"https://github.com/xutyxd\"\u003e\n    XutyXD\n  \u003c/a\u003e\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxutyxd%2Fvoltra-hub-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxutyxd%2Fvoltra-hub-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxutyxd%2Fvoltra-hub-server/lists"}