{"id":25167152,"url":"https://github.com/biocomputingup/dome-registry","last_synced_at":"2025-06-26T23:42:02.790Z","repository":{"id":182833543,"uuid":"666104339","full_name":"BioComputingUP/dome-registry","owner":"BioComputingUP","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-02T09:25:02.000Z","size":1575,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-02T10:32:19.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/BioComputingUP.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}},"created_at":"2023-07-13T18:10:39.000Z","updated_at":"2025-03-28T08:28:05.000Z","dependencies_parsed_at":"2024-08-20T12:04:22.136Z","dependency_job_id":"f0ed3a53-3def-4f9b-9763-5a3028c271f8","html_url":"https://github.com/BioComputingUP/dome-registry","commit_stats":null,"previous_names":["biocomputingup/dome-registry"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioComputingUP%2Fdome-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioComputingUP%2Fdome-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioComputingUP%2Fdome-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BioComputingUP%2Fdome-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BioComputingUP","download_url":"https://codeload.github.com/BioComputingUP/dome-registry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247051984,"owners_count":20875677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-09T06:19:44.597Z","updated_at":"2025-04-03T17:44:14.744Z","avatar_url":"https://github.com/BioComputingUP.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# *Get started with the* *[DOME Registry](registry.dome-ml.org)*\n\nOur repository is devided into 3 parts:\n- dome-registry-core (shared logic between frontend and backend)\n- dome-registry-ui (backend)\n- dome-registry-ws (frontend) \n\n\n\n## *Installation*\n\nClone the github [Repository](https://github.com/BioComputingUP/dome-registry/)\n\n\n```sh\ngit clone git@github.com:BioComputingUP/dome-registry.git\ncd dome-registry\n```\n\n## 1. Install dependencies for dome-registry-core\n\n```sh\ncd dome-registry-core/\nnvm use\nnpm install\n# Create a symlink in the global node_modules\nnpm link\ncd ..\n```\n## 2. Install dependencies for dome-registry-ui\n\n```sh\ncd dome-registry-ui/\nnvm use\nnpm install\n#Link the core repo for the connection between the frontend and the backend\nnpm link dome-registry-core\ncd ..\n```\n### Build UI (to be served by Apache or nginx)\n```sh\nnpm run build-dev\n# This command will produce a 'dist' folder with index.html and associated files. Point the Apache virtual host or nginx server block to the 'dist' folder to serve it properly in a production environment\n```\n## 3. Install dependencies for dome-registry-ws\n\n```bash\ncd dome-registry-ws/\nnvm use\nnpm install\n# Link the core repo for the connection between the frontend and the backend\nnpm link dome-registry-core\ncd ..\n```\n\n\n## launching the frontend and the backend \n### frontend\n```sh\ncd dome-registry-ui\nnvm use\nnpm run start-dev\n# open http://localhost:4200/\n```\n### Backend\n```sh\ncd dome-registry-ws\nnvm use\nnpm run start:dev\n```\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiocomputingup%2Fdome-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiocomputingup%2Fdome-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiocomputingup%2Fdome-registry/lists"}