abhisheks008 / Medical-Store-Management-System

In this project I have deployed a Medical Store Management System as a Web App using PHP and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medical Store Management System

Developed by, Abhishek Sharma, 2021

In this project I have deployed a Medical Store Management System as a Web App using PHP and MySQL

Softwares Used in this Project :

  • Sublime Text Editor for deploying the PHP files (You can use any text editor for developing the PHP codes)
  • XAMPP Control Server to establish connection between the database and the PHP files

Utilities :

This medical store management system will provide us the gievn informations,

  • Dashboard : For showing the home page of the system
  • Inventory : To show the amount of medicines stored
  • Suppliers : Name of the suppliers
  • Employees : Details of the employees working in the store
  • Customers : Details of the customers
  • Invoice details : provides the invoice details to the admin
  • Sold Product details : Viewing the details of the products which were sold
  • Reports : In Stock Medicines, Total profit etc.

Set Up to run this system in your PC/Laptop :

  • Download the XAMPP Control server of latest version and install it.
  • Start Apache and MySQL from the XAMPP server
  • Download the codebase as a zip file from this repository and extract the files in the xampp/htdocs folder in your C drive.
  • Now open any web browser and visit the url : localhost/phpmyadmin
  • Create a Database in the MYSQL server and import the pharmacy.sql file in the newly created database.
  • Now in another tab go to the url : localhost/Pharmacy-Management-System-master/PHARMACY/mainpage.php
  • while runnig the above url the program will start and the database will be running in the XAMPP server as you can see the differences in the database live!

Code Developed by, Abhishek Sharma, @abhisheks008, 2021

About

In this project I have deployed a Medical Store Management System as a Web App using PHP and MySQL

License:Apache License 2.0


Languages

Language:PHP 92.4%Language:CSS 4.9%Language:Hack 2.6%