Group No: SER024
Project Name: MediLog (Online Doctor Consultation Application)
Member Details:
Student ID | Student Name |
---|---|
IT20132682 |
Abilash.L |
IT20051648 |
Danushan.R |
IT20072742 |
Agash.V |
IT20250874 |
T.Abinaya |
Project Description:
Nowadays the medical industry plays a vital role in this world. Specially In Sri Lanka doctor consultation is a big issue, because of the Covid and the travelling problems. Therefore, this MediLog web application gives a solution to the patients to get the appointment from the doctors of the specific hospital.
This application mainly has two end users, they are Users/Patients and the Hospital Admins. Using this application Hospital Admins can easily maintain the administrative staffs and the doctor’s details and the appointments. The patients can easily maintain a profile for their activities, and they can easily check the doctor details and make the booking and payments through this system.
This application is very user-friendly and end users can easily do their works without any risks through this system. Patients and Admin have some search facility to do their process very easily also, there are some reports generating functions available for the end-users. So, they can easily download that report as a PDF and maintain the hardcopy references too.
Tools & Technologies:
MERN Stack:
- IDE: VS Code
- Databse: MongoDB
- Frontend: ReactJS
- Backend: NodeJS
Other Tools:
- SonarQube
- Selenium
- Azure Boards
Pre Requirements:
- VS Code should be installed.
- Node has been installed.
Procedure of setting up prerequisites and run the project:
- Download a zip folder of this project and unzip or clone the repository.
- Open the project in vs code.
- Open a new terminal.
- Navigate to every folders.
- Type
npm install
and click enter from each folder. - After the node modules getting downloaded, type
npm start
and click enter from each folder.