Giter Site home page Giter Site logo

ihfms's Introduction

Integrated Health Finance Management System (IHFMS)

Description

The IHFMS is designed to streamline financial operations, enhance internal communication, and integrate health information systems with finance and accounting functionalities for MediCare Uganda Inc. The system now includes the ability to send emails and SMS messages using Sendinblue and Vonage, respectively, providing real-time communication between healthcare providers, administrative staff, and finance teams.

Setup

Prerequisites

  • Java JDK 11 or higher
  • Maven
  • Access to Sendinblue and Vonage APIs

Configuration

Create a config.properties file in the src/main/resources directory with the following content:

SENDINBLUE_API_KEY=your_sendinblue_api_key_here
VONAGE_API_KEY=your_vonage_api_key_here
VONAGE_API_SECRET=your_vonage_api_secret_here

Replace the placeholder values with your actual API keys. Do not commit this file to version control.

Building the Project To build the project, navigate to the root directory where the pom.xml file is located and run:

mvn clean install

This command will compile the project and run any tests.

Running the Application

After building the project, you can run the application using:

java -jar target/ihfms-1.0-SNAPSHOT.jar

Replace ihfms-1.0-SNAPSHOT.jar with the actual name of your compiled JAR file.

Contributing

We welcome contributions to the IHFMS project. If you would like to contribute, please follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Implement your changes.
  • Write tests to cover the new functionality or fixes.
  • Submit a pull request with a clear description of your changes.
  • Please ensure your code adheres to the project's coding standards and that all tests pass before submitting a pull request.

License

MIT License

ihfms's People

Contributors

whitelotus0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.