- Turing HMS
- Images
- How to run it
- [Stack 🎉](#stack-🎉]
This is an hospital management system written in php. It comprises 7 moludes:
- Admin module
- Doctors module
- Patients module
- Nurses module
- Accountants module
- Pharmacists module
- Laboratorists module
First, get the code on your machine
git clone https://github.com/Fantasy-programming/TuringHMS.git
cd TuringHMS
-
Change the environment variables in
docker-compose.yml
andapp/config.php
. -
Now run it
docker compose up
- Open
http://localhost:40001
and to confirm that everything is running
- Get the code
- Configure your own server and DB
- Import the database schemas located in the
mysql
directory - Copy the content of the app directory to your server
- Start serving all your request to the
public
directoryindex.php
Route | Description |
---|---|
/ | Home page |
/login | Login page |
/register | Register page |
/staff/login | Staff login page |
/staff/register | Staff register page |
/admin | Admin dashboard |
- JHC (Javascript, Html, Css)
- VanJS
- PHP
- MariaDB
- Docker
- Nginx