thesujai / med-lab-reports

Med Lab Reports for managing medical tests and reports: College Project for DBMS course. Currently, working only on wider screens.

Home Page:http://med-lab-reports.great-site.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

Steps to setup the local environment:

  • Clone the repository:
git clone git@github.com:rjharishabh/med-lab-reports.git
  • Go to the med-lab-reports folder:
cd med-lab-reports
  • Install all the needed composer packages:
composer install
  • 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 mail@gmail.com 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:

Copyright

About

Med Lab Reports for managing medical tests and reports: College Project for DBMS course. Currently, working only on wider screens.

http://med-lab-reports.great-site.net/

License:GNU General Public License v2.0


Languages

Language:PHP 86.1%Language:Hack 7.2%Language:JavaScript 5.8%Language:CSS 0.9%