Med Lab Reports
http://med-lab-reports.great-site.net
What is Med Lab Reports?
- Med Lab Reports is a web application for managing medical tests and reports with PHP and MySQL.
- This is a college project for DBMS course under the supervision of Dr. Sangram Ray.
How to get a working installation from the source
You will need:
- PHP - programming language. (https://www.php.net/)
- MySQL - for database. (https://www.mysql.com/)
- Composer - for managing PHP Dependencies. (https://getcomposer.org/)
- Git - for version management. (https://git-scm.com/)
Steps to setup the local environment:
git clone [email protected]:rjharishabh/med-lab-reports.git
- Go to the med-lab-reports folder:
- Install all the needed composer packages:
-
Change host, database name, username and password here
-
Create SQL tables and dump tests data into database db.sql
-
Create Razorpay Test Mode API keys and add it here and here
-
Replace every instance of [email protected] with your actual gmail Id.
-
Add your actual gmail password here. If you have enabled 2FA then create an app password and add it here.
-
Congrats setup is complete, now you can use the application.
-
You can also use XAMPP and MAMP.
Packages Used:
- PHPMailer - https://github.com/PHPMailer/PHPMailer
- Dompdf - https://github.com/dompdf/dompdf
- Razorpay PHP Library - https://github.com/razorpay/razorpay-php
Copyright
- (C) 2021 Rishabh Ranjan Jha (rjharishabh)
- Distributed under the GNU General Public License version 2
- See License details