Skip to content

HealthCore is an electronic health software designed to offer services to health practitioners.

License

Notifications You must be signed in to change notification settings

blackMisay/HealthCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthCore

HealthCore is an electronic health software designed to offer services to health practitioners.

Table of Contents

  • Introduction
  • Installation
  • Code of Conduct
  • Contribution Guidelines
  • License

Introduction

Purpose: Explain the goal of your project.

Features: TBA

Target Audience: Private and Public Healthcare Practioner/Professional/Organization

Code of Conduct

No reference on any code of conduct or community guidelines yet.

Installation

Prerequisites:

  • MariaDB
  • .NET 8
  • MySqlConnector

Running the Application

  • Clone the repository.
  • Open the solution in Visual Studio.
  • Select the App.sln to target its start-up program.
  • Run the the HealthCore app.

Contribution Guidelines

  • Fork the repository.

  • Create a new branch for your feature or bug fix.

    NOTE: Branch name should follow this format.

    Type Description
    bug Bug-type tickets are raised to track defects found in the solution after it has been released.
    defect This type of ticket is typically found during pre-release software reviews.
    feature This type are used for new development that will add new functionality.
    enhancement This type of tickets are used to track improvements done to the existing items in the solution.

    Example: feature/HC-8

    Component Description
    feature type of change.
    HC the default branch name indicating the project acronym.
    - (slash) a symbol that separates the branch default name HC and issue number 8.
    8 the issue number.
  • Make your changes and commit them.

    NOTE: Commit message should be in format similar to this:

      <branch-name> - <commit-message> 
    
  • Submit a pull request to the main branch.

License

MIT License

About

HealthCore is an electronic health software designed to offer services to health practitioners.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages