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
Here’s what your completed application will look like:
To get a local copy up and running follow these simple example steps.
The current package requirements are:
- Laravel >= 6.x
- PHP >= 7.2
- Node JS >=10.0
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.
-
Get a free API Key at https://github.com
-
Clone the repo
git clone https://github.com/markmosobo/health-services-system.git
-
Install composer dependencies
composer install --ignore-platform-reqs
-
Install laravel passport
php artisan passport:install
-
Install NPM packages
npm install
-
Run this command
cp .env.example .env
-
Run each of these commands
php artisan key:generate
php artisan migrate
php artisan db:seed
-
Finally
php artisan serve
-
Login credentials (admin) [email protected] 123456
Project Link: https://github.com/markmosobo/farm-management