Skip to content

markmosobo/health-services-system

Repository files navigation


Larahealth

a web app to automate health records and supplement the manual process used in most small hospitals that involves pen and paper, slowing the medical service delivery consierably

About The Project

Here’s what your completed application will look like: Record_select-area_20220625111724

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Requirements

The current package requirements are:

  • Laravel >= 6.x
  • PHP >= 7.2
  • Node JS >=10.0

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://github.com

  2. Clone the repo

    git clone https://github.com/markmosobo/health-services-system.git
  3. Install composer dependencies

    composer install --ignore-platform-reqs
  4. Install laravel passport

    php artisan passport:install
  5. Install NPM packages

    npm install
  6. Run this command

    cp .env.example .env
  7. Run each of these commands

    php artisan key:generate
    php artisan migrate
    php artisan db:seed
  8. Finally

    php artisan serve
  9. Login credentials (admin) admin@gmail.com 123456

(back to top)

Contact

Project Link: https://github.com/markmosobo/farm-management

(back to top)

About

A system to help automate health records in a health facility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published