Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyfic/heartbeat
Building productive doctors.
https://github.com/hyfic/heartbeat
chakra-ui doctor patient-management pdf react rust tailwindcss tauri tauri-app
Last synced: 1 day ago
JSON representation
Building productive doctors.
- Host: GitHub
- URL: https://github.com/hyfic/heartbeat
- Owner: hyfic
- License: mit
- Created: 2022-08-12T02:24:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T14:21:11.000Z (over 1 year ago)
- Last Synced: 2024-12-05T16:18:31.978Z (about 2 months ago)
- Topics: chakra-ui, doctor, patient-management, pdf, react, rust, tailwindcss, tauri, tauri-app
- Language: TypeScript
- Homepage: https://hyfic.github.io/heartbeat
- Size: 1.97 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heartbeat ❤️
An open-source desktop application for doctors to manage & organize patient data.## About
A patient management system designed for doctors. In this app doctors can add patient data using simple forms, which later they can save as PDF or print as document.> checkout older version check [v1.0.0-beta](https://github.com/octoi/hyfic-heartbeat), [v0.1.0](https://github.com/octoi/heartbeat)
## Features
- Organize data in multiple sqlite databases
- Create patient
- Add record under patient
- Preview created record
- Schedule appointments## Setup
> Make sure to setup tauri before, read [tauri prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites)Install packages
```bash
$ pnpm install
```
Run application
```bash
$ pnpm tauri dev
```
Build application
```bash
$ pnpm tauri build
```https://hyfic.github.io/heartbeat