https://github.com/philippebeck/propulse-lab
A simulation of disease in a group of patients
https://github.com/philippebeck/propulse-lab
package testing typescript vite vue
Last synced: about 2 months ago
JSON representation
A simulation of disease in a group of patients
- Host: GitHub
- URL: https://github.com/philippebeck/propulse-lab
- Owner: philippebeck
- Created: 2024-10-09T16:37:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T20:20:21.000Z (over 1 year ago)
- Last Synced: 2025-06-09T02:17:31.918Z (about 1 year ago)
- Topics: package, testing, typescript, vite, vue
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hospital
Main infos are available in the [hospital.pdf](hospital.pdf) file.
[](https://github.com/philippebeck/ppl-test)
[](https://github.com/philippebeck/ppl-test)
[](https://github.com/philippebeck/ppl-test)
[](https://app.codacy.com/gh/philippebeck/ppl-test/dashboard)
[](https://codeclimate.com/github/philippebeck/ppl-test/maintainability)
## Hospital Be
The backend of the simulation of disease in a group of patients.
### Installation
```bash
cd hospital-be
```
- Then :
```bash
npm i
```
- Or :
```bash
yarn install
```
### Usage
- At the root of the backend project *(hospital-be)*, run:
```bash
npm start
```
- Or :
```bash
yarn start
```
## Hospital Lib
A library for the simulation of disease in a group of patients.
### Installation
```bash
cd hospital-lib
```
- Then :
```bash
npm i
```
- Or :
```bash
yarn install
```
### Usage
- At the root of the library *(hospital-lib)*, run:
```bash
yarn link
```
### Test
- At the root of the library *(hospital-lib)*, run:
```bash
npm test
```
- Or :
```bash
yarn test
```
## Hospital Fe
The frontend of the simulation of disease in a group of patients.
### Installation
```bash
cd hospital-fe
```
- Then :
```bash
npm i
```
- Or :
```bash
yarn install
```
### Usage
- At the root of the frontend project *(hospital-fe)*, run:
```bash
yarn link hospital-lib
```
- And :
```bash
npm start
```
- Or :
```bash
yarn start
```
## Branches
- **main** => the production branch *(the same as the dev + ext branches after completion of the code process)*
- **dev** => the development branch with all steps of the code process, notably the quarantine class, the rules constantes & the new
- **lib-test** => the test branch of the library with an additional patient state, an additional drug & new tests for them
- **fe-ext** => the extension branch of the frontend with 2 additional features *(auto refresh & manual input)*
- **refacto** => the refactoring branch of the frontend with 1 additional package *(sweet alert)*
- **lib-vite** => the vite branch of the library without the import bug, but without tests functioning on *(config)*