{"id":28627262,"url":"https://github.com/philippebeck/propulse-lab","last_synced_at":"2026-05-10T05:39:11.406Z","repository":{"id":258137011,"uuid":"870216202","full_name":"philippebeck/propulse-lab","owner":"philippebeck","description":"A simulation of disease in a group of patients","archived":false,"fork":false,"pushed_at":"2024-10-25T20:20:21.000Z","size":1366,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T02:17:31.918Z","etag":null,"topics":["package","testing","typescript","vite","vue"],"latest_commit_sha":null,"homepage":"","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/philippebeck.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":"2024-10-09T16:37:26.000Z","updated_at":"2024-12-05T06:56:55.000Z","dependencies_parsed_at":"2024-12-10T18:02:54.022Z","dependency_job_id":null,"html_url":"https://github.com/philippebeck/propulse-lab","commit_stats":null,"previous_names":["philippebeck/ppl-test","philippebeck/propulse-lab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/philippebeck/propulse-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpropulse-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpropulse-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpropulse-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpropulse-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philippebeck","download_url":"https://codeload.github.com/philippebeck/propulse-lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippebeck%2Fpropulse-lab/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259436165,"owners_count":22857137,"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":["package","testing","typescript","vite","vue"],"created_at":"2025-06-12T09:08:36.560Z","updated_at":"2026-05-10T05:39:11.363Z","avatar_url":"https://github.com/philippebeck.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hospital\r\n\r\nMain infos are available in the [hospital.pdf](hospital.pdf) file.\r\n\r\n[![GitHub Last Commit](https://badgen.net/github/last-commit/philippebeck/ppl-test)](https://github.com/philippebeck/ppl-test)\r\n\r\n[![GitHub Top Language](https://img.shields.io/github/languages/top/philippebeck/ppl-test)](https://github.com/philippebeck/ppl-test)\r\n[![Code Size](https://img.shields.io/github/languages/code-size/philippebeck/ppl-test)](https://github.com/philippebeck/ppl-test)\r\n\r\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4993d35421024f7b9b40068625cadd56)](https://app.codacy.com/gh/philippebeck/ppl-test/dashboard)\r\n[![Maintainability](https://api.codeclimate.com/v1/badges/3f0de77ce7af13bf40aa/maintainability)](https://codeclimate.com/github/philippebeck/ppl-test/maintainability)\r\n\r\n## Hospital Be\r\n\r\nThe backend of the simulation of disease in a group of patients.\r\n\r\n### Installation\r\n\r\n```bash\r\ncd hospital-be\r\n```\r\n\r\n- Then :  \r\n\r\n```bash\r\nnpm i\r\n```\r\n\r\n- Or :  \r\n\r\n```bash\r\nyarn install\r\n```\r\n\r\n### Usage\r\n\r\n- At the root of the backend project *(hospital-be)*, run:  \r\n\r\n```bash\r\nnpm start\r\n```\r\n\r\n- Or :  \r\n\r\n```bash\r\nyarn start\r\n```\r\n\r\n## Hospital Lib\r\n\r\nA library for the simulation of disease in a group of patients.\r\n\r\n### Installation\r\n\r\n```bash\r\ncd hospital-lib\r\n```\r\n\r\n- Then :  \r\n\r\n```bash\r\nnpm i\r\n```\r\n\r\n- Or :  \r\n\r\n```bash\r\nyarn install\r\n```\r\n\r\n### Usage\r\n\r\n- At the root of the library *(hospital-lib)*, run:  \r\n\r\n```bash\r\nyarn link\r\n```\r\n\r\n### Test\r\n\r\n- At the root of the library *(hospital-lib)*, run:  \r\n\r\n```bash\r\nnpm test\r\n```\r\n\r\n- Or :  \r\n\r\n```bash\r\nyarn test\r\n```\r\n\r\n## Hospital Fe\r\n\r\nThe frontend of the simulation of disease in a group of patients.\r\n\r\n### Installation\r\n\r\n```bash\r\ncd hospital-fe\r\n```\r\n\r\n- Then :  \r\n\r\n```bash\r\nnpm i\r\n```\r\n\r\n- Or :  \r\n\r\n```bash\r\nyarn install\r\n```\r\n\r\n### Usage\r\n\r\n- At the root of the frontend project *(hospital-fe)*, run:  \r\n\r\n```bash\r\nyarn link hospital-lib\r\n```\r\n\r\n- And :  \r\n\r\n```bash\r\nnpm start\r\n```\r\n\r\n- Or :  \r\n\r\n```bash\r\nyarn start\r\n```\r\n\r\n## Branches\r\n\r\n- **main** =\u003e the production branch *(the same as the dev + ext branches after completion of the code process)*  \r\n- **dev**  =\u003e the development branch with all steps of the code process, notably the quarantine class, the rules constantes \u0026 the new   \r\n- **lib-test** =\u003e the test branch of the library with an additional patient state, an additional drug \u0026 new tests for them  \r\n- **fe-ext** =\u003e the extension branch of the frontend with 2 additional features *(auto refresh \u0026 manual input)*  \r\n- **refacto** =\u003e the refactoring branch of the frontend with 1 additional package *(sweet alert)*  \r\n- **lib-vite** =\u003e the vite branch of the library without the import bug, but without tests functioning on *(config)*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippebeck%2Fpropulse-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilippebeck%2Fpropulse-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippebeck%2Fpropulse-lab/lists"}