The Hospital Management Database project, Project CareConnect, is an initiative to develop a comprehensive and efficient system that streamlines hospital operations. The database aims to improve patient care, enhance doctor-patient relationships, optimize room allocations, and simplify billing processes.
Languages and Technologies used
- HTML5/CSS3
- JavaScript (to create dynamically updating content)
- Bootstrap (An HTML, CSS, and JS library)
- XAMPP (A web server by Apache Friends)
- Php
- MySQL (An RDBMS that uses SQL)
Steps to run the project in your machine
- Download and install XAMPP in your machine
- Clone or download the repository
- Extract all the files and move it to the 'htdocs' folder of your XAMPP directory.
- Start the Apache and Mysql in your XAMPP control panel.
- Open your web browser and type 'localhost/phpmyadmin'
- In phpmyadmin page, create a new database from the left panel and name it as 'hmsdb'
- Import the file 'myhmsdb.sql' inside your newly created database and click ok.
- Open a new tab and type 'localhost/foldername' in the url of your browser
- Hurray!
Software used
- XAMPP was installed on the Ubuntu 19.04 machine and APACHE2 Server and MySQL were initialized. And, files were built inside opt/lampp/htdocs/Careconnect_hms
- VS code
- Brave Version 1.56.20 Chromium was used to run the project.