This is a simple hospital management system software focused mainly on Emergency department using MySQL Database Service.
- About the Project
- Toolbox
- Setting Up the Environment
- Working Demo of the System
- First Entry Information
- Our Team
- About
This is a simple hospital management system software focused mainly on Emergency department.
- HTML
- CSS
- JavaScript
- JQuery
- Bootstrap
- Flask
- Flask SQLAlchemy
- Flask Blueprint
- Flask User
- Flask LoginManger
-
Clone the repo
- HTTPS
git clone https://github.com/MostafaAbbas-git/Emergency-Department.git
- HTTPS
-
Install Virtualenv (Optional)
```sh pip install virtualenv ```
-
Create a Virtual Environment (Optional)
```sh virtualenv HIS-EMG --python=3.7 ```
-
Activate the virtual environment
- using CMD
.\HIS-EMG\Scripts\activate
- using PowerShell
.\HIS-EMG\Scripts\Activate.ps1
- using Bash
source HIS-EMG/bin/activate
- using CMD
-
Install the requirements and dependancies
pip install -r requirements.txt
-
Set Up the Environment Variables in app.py file with your own.
- SECRET_KEY: Is a random secret key used to log sessions.
- SQLALCHEMY_DATABASE_URI: Is the URI of your database
-
Run the application
python app.py
-
View the application on localhost
http://localhost:5000/
You can find a video demo here
https://drive.google.com/file/d/1Dk9PFeWPxvGs39YHd3VOY7fn7Nq5KZO0/view
Default Admin is created on the first entry, given the following information: Name: Creator Email: admin@emergency.com Password: admin Secret Key: ADMIN
- Mostafa Mahmoud - (https://github.com/MostafaAbbas-git)
- Yasser Nasser - (https://github.com/yasser1412)
- Tarek Rashad - (https://github.com/Tarek999)
- Mouaz Hanafy - (https://github.com/Mouaz-hanafy)
- Anas Elahakeam - (https://github.com/AnasElahakeam)
This project is a part of the SBE306 course (Computer Systems 3) in the [Systems and Biomedical Engineering Department - Cairo University]
Dr.Ahmed Kandil
TA. Ayman Anwar