Hospital Management System using MariaDB, Php and Bootstrap
- HTML5/CSS3
- JavaScript (to create dynamically updating content)
- Bootstrap (An HTML, CSS, and JS library)
- Apache (A web server by Apache Friends)
- Php
- MariaDB
- TCPDF (to generate PDFs)
- Microsoft Azure
- Create Vitual machine on Azure with Ubuntu OS
- install LAMP stack web server on Ubuntu.
- Clone or download the repository (https://github.com/indraneelSLU/hospitalManagement)
- Extract all the files and move it to the /var/www/html/#anyfoldername# folder of your Ubuntu directory.
- Start Apache and MariaDB.
- Already there is sql file inside the extracted files. Using below command import DB to mariaDB mysql -u username -p new_database < myhmsdb.sql
- Open your web browser and type '20.108.44.31/#anyfoldername#', my localhost which was in Azure - 20.108.44.31
- Open a new tab and type '20.108.44.31/#anyfoldername#' in the url of your browser
- sudo service apache2 start - To start apache
- sudo mariadb -u csci5710 -p - to start MariaDB, here csci5710 is username.