Skip to content

Latest commit

 

History

History
99 lines (63 loc) · 2.37 KB

README.md

File metadata and controls

99 lines (63 loc) · 2.37 KB

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

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:

git clone https://github.com/angelokezimana/dhis2_data_entry.git
cd dhis2_data_entry

Install PHP dependencies:

composer install

Install Node.js dependencies using Yarn:

yarn install

Copy the environment file and set up your environment variables:

cp .env.example .env

Update the .env file with your configuration.

Generate application key:

php artisan key:generate

Migrate and seed the database:

php artisan migrate --seed

Start the development server:

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.

Contact

Feel free to reach out to me at kezangelo at gmail (dot) com for any questions or feedback.