Skip to content

Salah-Zkara/HOSPITAL-MANAGEMENT-ELGHAZOUA

Repository files navigation

HOSPITAL-MANAGEMENT

GUI version

Download

To Download this software clone this repository or download it as a zip.

git clone https://github.com/Salah-Zkara/HOSPITAL-MANAGEMENT.git
cd HOSPITAL-MANAGEMENT

Requirements

Install Java

For this software, you need to have Java SE Development Kit 11.0.10 (LTS) installed on your system.

MongoDB setup

The Best way to use this software is to use MongoDB Atlas free tier (500Mo is more than enough for this software), otherwise, you can use a local MongoDB database.

free plan

  • Choose the convenient Cloud Provider & Region

Cloud Provider & Region

  • Click connect and fill in the required information --> connect your application and copy the connection string.

Connection String

  • paste your database informations in "./connection.txt" like the follow:

mongodb+srv://test:<password>@cluster0.6sjns.mongodb.net/<dbname>?retryWrites=true&w=majority.

  • replace <password> with your password and <dbname> with your database name.

Execution

GUI

- Windows (cmd)

$ java -jar HOSPITAL-MANAGEMENT.jar

- Linux (terminal)

$ java -jar HOSPITAL-MANAGEMENT.jar

Links

GitHub followers

Supervisors:

  • Benkirane Said(GUI)
  • Ziad Lamiae(Databases)
  • Guezaz Azidine(Modeling)

About

This is a GUI app for hospital managements (Doctors, Pations)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages