Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelokezimana/dhis2_data_entry
Educational DHIS2 API Interaction: HIV Care Monthly Dataset
https://github.com/angelokezimana/dhis2_data_entry
dhis2 laravel vite
Last synced: 7 days ago
JSON representation
Educational DHIS2 API Interaction: HIV Care Monthly Dataset
- Host: GitHub
- URL: https://github.com/angelokezimana/dhis2_data_entry
- Owner: angelokezimana
- License: mit
- Created: 2023-09-20T10:40:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T10:50:06.000Z (about 1 year ago)
- Last Synced: 2023-12-22T12:32:17.624Z (about 1 year ago)
- Topics: dhis2, laravel, vite
- Language: PHP
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dhis 2 Tutorial
Educational DHIS2 API Interaction: HIV Care Monthly Dataset
## Description
This project is an educational website focused on interacting with the DHIS2 platform, specifically targeting the HIV Care Monthly dataset. The goal is to provide a learning resource for individuals interested in working with DHIS2 APIs and gaining hands-on experience with the HIV Care Monthly data.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Introduction
Welcome to the Educational DHIS2 API Interaction: HIV Care Monthly Dataset project! This initiative is designed to serve as a comprehensive learning resource, guiding individuals through the process of interacting with the DHIS2 platform, with a specific emphasis on the intricacies of the HIV Care Monthly dataset.
## Features
- **Interactive Exploration**: Engage with a dynamic and user-friendly interface that facilitates the exploration of DHIS2 APIs in real-time.
- **Targeted Dataset**: Concentrate your learning efforts on the intricacies of the `HIV Care Monthly` dataset, gaining practical insights into the nuances of health data management.## Getting Started
Instructions for setting up the project locally.
### Prerequisites
Make sure you have the following tools and dependencies installed:
- Node.js
- Composer
- PHP### Installation
Clone the repository:
```bash
git clone https://github.com/angelokezimana/dhis2_data_entry.git
cd dhis2_data_entry
```Install PHP dependencies:
```bash
composer install
```Install Node.js dependencies using Yarn:
```bash
yarn install
```Copy the environment file and set up your environment variables:
```bash
cp .env.example .env
```Update the .env file with your configuration.
Generate application key:
```bash
php artisan key:generate
```Migrate and seed the database:
```bash
php artisan migrate --seed
```Start the development server:
```bash
php artisan serve
yarn run dev
```## Contributing
If you'd like to contribute to this project, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
## Contact
Feel free to reach out to me at kezangelo at gmail (dot) com for any questions or feedback.