Skip to content

artembakhanov/HospitalManagementSystem

Repository files navigation

HospitalManagementSystem

This is a simple project developed by a group of students in Innopolis University in 2019.

Built With

We used the following frameworks and databases

Prerequisites

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.

Installation

  1. Clone the repo
git clone https://github.com/artembakhanov/HospitalManagementSystem
  1. Change the directory
cd ./HospitalManagementSystem
  1. Install dependencies
sudo pip3 install -r requirements.txt
  1. 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"
  1. Run Controller.py
python3 Controller.py

Advanced

You can also edit the config file DataGenerator/config.py if you want to change parameters of the database population algorithm.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/yourFeature)
  3. Commit your Changes (git commit -m 'Add some yourFeature')
  4. Push to the Branch (git push origin feature/yourFeature)
  5. Open a Pull Request

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

Developed by

  1. @artembakhanov
  2. @TooTiredOne
  3. Marko Pezer
  4. Dinar Zayakhov
  5. Utkarsh Kalra