GUI version
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
For this software, you need to have Java SE Development Kit 11.0.10 (LTS) installed on your system.
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.
- First of all, you have to create an account in the cloud MongoDB platform
- Choose the free plan
- Choose the convenient Cloud Provider & Region
- Click connect and fill in the required information --> connect your application and copy the 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.
$ java -jar HOSPITAL-MANAGEMENT.jar
$ java -jar HOSPITAL-MANAGEMENT.jar
- Benkirane Said(GUI)
- Ziad Lamiae(Databases)
- Guezaz Azidine(Modeling)