This is a simple project developed by a group of students in Innopolis University in 2019.
We used the following frameworks and databases
For running this project you need to install Python 3.6 or higher.
In Ubuntu, Mint and Debian you can install Python like this:
sudo apt-get install python3 python3-pip
Also PostgreSQL is required. Read here about installing it.
- Clone the repo
git clone https://github.com/artembakhanov/HospitalManagementSystem
- Change the directory
cd ./HospitalManagementSystem
- Install dependencies
sudo pip3 install -r requirements.txt
- Enter your credentials in
config.py
DATABASE_LOGIN = "your_login"
DATABASE_PASSWORD = "your_password"
You can also change the name of the database using
DATABASE_NAME = "name"
- Run
Controller.py
python3 Controller.py
You can also edit the config file DataGenerator/config.py
if you want to change parameters of the database population algorithm.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/yourFeature
) - Commit your Changes (
git commit -m 'Add some yourFeature'
) - Push to the Branch (
git push origin feature/yourFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
- @artembakhanov
- @TooTiredOne
- Marko Pezer
- Dinar Zayakhov
- Utkarsh Kalra