Skip to content

Web application for poison department in teaching hospital at Jaffna. Basic task is store & manage the patient details.

Notifications You must be signed in to change notification settings

dcs-university-of-jaffna/PIMS

Repository files navigation

Poison Information Management System

This is a web application for poison department in teaching hospital at Jaffna. Basic task of this application is store & manage the patient details.

Install the project

 ->  git clone https://github.com/dcs-university-of-jaffna/PIMS.git
 ->  composer update
 ->  php artisan key:generate 
 ->  php artisan serve

If error occur rename the .env.example file name to .env

Connet the MySql Database

->Please refer Database_Structure.pdf for database detatils.

-> create a database name PIMS
-> php artisan migrate:fresh

**To fill DB with initial values**
-> composer dump-autoload
-> php artisan db:seed --class=DataSeeder

About

Web application for poison department in teaching hospital at Jaffna. Basic task is store & manage the patient details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published