Educational DHIS2 API Interaction: HIV Care Monthly Dataset
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.
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.
- 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 Monthlydataset, gaining practical insights into the nuances of health data management.
Instructions for setting up the project locally.
Make sure you have the following tools and dependencies installed:
- Node.js
- Composer
- PHP
Clone the repository:
git clone https://github.com/angelokezimana/dhis2_data_entry.git
cd dhis2_data_entryInstall PHP dependencies:
composer installInstall Node.js dependencies using Yarn:
yarn installCopy the environment file and set up your environment variables:
cp .env.example .envUpdate the .env file with your configuration.
Generate application key:
php artisan key:generateMigrate and seed the database:
php artisan migrate --seedStart the development server:
php artisan serve
yarn run devIf you'd like to contribute to this project, please open an issue or submit a pull request.
This project is licensed under the MIT License.
Feel free to reach out to me at kezangelo at gmail (dot) com for any questions or feedback.