Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trentschnee/medijolt
Medijolt streamlines the medication administration process, ensuring safety and accuracy in dispensing medications to patients within healthcare facilities. Through a user-friendly interface, healthcare professionals can effortlessly manage patient data, medication schedules, and administration records, all in real-time.
https://github.com/trentschnee/medijolt
emar
Last synced: 20 days ago
JSON representation
Medijolt streamlines the medication administration process, ensuring safety and accuracy in dispensing medications to patients within healthcare facilities. Through a user-friendly interface, healthcare professionals can effortlessly manage patient data, medication schedules, and administration records, all in real-time.
- Host: GitHub
- URL: https://github.com/trentschnee/medijolt
- Owner: trentschnee
- Created: 2023-10-22T20:24:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T21:27:54.000Z (3 months ago)
- Last Synced: 2024-10-12T05:09:00.869Z (about 1 month ago)
- Topics: emar
- Language: TypeScript
- Homepage: https://medijolt.com
- Size: 571 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# medijolt
## Getting StartedThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- [Node.js](https://nodejs.org/)
- [Docker](https://www.docker.com/)
# Installation1. Clone the repository:
```bash
git clone https://github.com/trentschnee/medijolt.git
```
2. Navigate to the project directory:
```bash
cd medijolt
```
3. Install dependencies:
```bash
npm install
```
4. Run the development server:
```bash
npm run start:all
```
# License## Educational/Non-commercial License
This project is licensed under the terms of the MIT License for educational and other non-commercial use. You can find the full text of the MIT License [here](https://opensource.org/licenses/MIT).
## Commercial License
For commercial use, a separate license is required. Please contact us at [[email protected]](mailto:[email protected]) to inquire about commercial licensing options.