Skip to content

Web based hospital management system, a team project built on CodeIgniter 4.

License

Notifications You must be signed in to change notification settings

CloverFolks/MyHospital

Repository files navigation

MyHospital

Web based hospital management system. Designed by Clover 🍀

Annotation 2021-05-18 233535 Annotation 2021-05-18 233553
Annotation 2021-05-18 233616 Annotation 2021-05-18 233703
Annotation 2021-05-18 233934 Annotation 2021-05-18 234018
Annotation 2021-05-18 234045 Annotation 2021-05-18 234212
Annotation 2021-05-18 234235 Annotation 2021-05-18 234324

Setup

  1. Clone repo.
  2. Run php spark serve from your local repo directory.
  3. Start your MySQL server.
  4. Create a database named dbmyhospital in your phpmyadmin.
  5. Run database migrations and seeders using the following commands.
php spark migrate -all
php spark db:seed DokterSeeder
php spark db:seed RegistrasiPerawatanSeeder
php spark db:seed PasienSeeder
php spark db:seed PemberianTindakanSeeder
php spark db:seed PemberianObatSeeder
php spark db:seed ObatSeeder
php spark db:seed UsersSeeder
php spark db:seed KeuanganSeeder
php spark db:seed ProdusenSeeder
  1. Open http://localhost:8080/ in your web browser.
  2. Login with the following credential.
username : admin
password : coolhand
  1. You are good to go.

About

Web based hospital management system, a team project built on CodeIgniter 4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published