Table of Contents
Project: Complete Online Pharmacy Management System using PHP and MySQL with Source Code
About Complete Online Pharmacy Management System using PHP MySQL Project Free Download
Complete Online Pharmacy Management System using PHP MySQL Free Download has main purpose is the management of the pharmaceutical shop and sale the drugs which is in stock. It is used to handle most pharmacy related activities in the pharmacy.
Core Features of Complete Online Pharmacy Management System
- Monthly Sale Report
- Daily Top Ten Sale Report
- Latest Medicine List
- Add Users Role
- Settings
- Add Payment Method
- Medicine Stock Info
- Medicine Expire Info
- Supplier Invoice Management
Dashboard:
- Monthly Sale Report
- Daily Top Ten Sale Report
- Latest Medicine List
User Management :
- Add Users Role
- Add Users
- Show Users List
Medicine Category Management:
- Add/ Update
- Show List
Medicine Generic Management :
- Add/ Update
- Show List
Medicine Management :
- Medicine Add/ Update
- Show Medicine List
Medicine Supplier Management :
- Supplier Add/ Update
- Show Supplier List
Medicine Order Management :
- Place Order
- Order List
Server Requirements
- Apache, nginx, or another compatible web server.
- PHP >= 7.3 >> Higher
- MySQL Database server
- PDO PHP Extension
- OpenSSL PHP Extension
- Mbstring PHP Extension
- Exif PHP Extension
- Fileinfo Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- Tokenizer PHP Extension
- Module Re_write server
- PHP_CURL Module Enable
Installation
Database Configuration:
- 1. Create a new database in your server. Name it ‘pharmastore’
- 2. Import ‘pharmastore.sql’ file into your new database
Follow the following steps after Starting Apache and MySQL in XAMPP:
1st Step: Firstly, Extract the file
2nd Step: After that, Copy the main project folder
3rd Step: So, you need to Paste in xampp/htdocs/
Further, Now Connecting Database
4th Step: So, for now, Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: After that, Click on the databases tab
6th Step: So, Create a database naming “pharmastore” and then click on the import tab
7th Step: Certainly, Click on browse file and select “pharmastore.sql” file which is inside the root folder
8th Step: Meanwhile, click on Go button.
After Creating Database,
9th Step: Moreover, Open a browser and go to URL “http://localhost/admin/login”
Application Configuration:
- 1. Open ‘.env’ file inside the project folder and update the database information according to your database configuration.
- 2. Upload the project folder onto your desired location in server.
- 3. Configure your domain to redirect to the public folder inside the ‘project’ folder
Setup Development Environment:
- – If you are a developer, you can avoid Database Configuration & Application Configuration steps. And follow the following instructions:
- 1. Create a new database in your local machine. Name it ‘pharmastore’.
- 2. Paste the project folder inside your public folder. If you are using xampp the apache public folder will be xampp/htdocs
- 3. Open console while inside the project folder
- 4. Run “composer update” command in console window
- 5. Run “php artisan migrate” command in console window to create tables
- 6. Run “php artisan db:seed” command in console window to insert default values to database tables
- 7. You can also run “php artisan serve” command from console window to access the project.
Screenshots
Demonstration
Username: super@admin.com
password: 12345678
I hope this Complete Online Pharmacy Management System using PHP MySQL will help you with what you are looking for and hope that you will learn something with this project that is useful for your future projects.
Related Projects: Pharmacy Inventory Management System in PHP MySQL, Online Pharmacy Management System in PHP MySQL, Point of Sale System (POS) using PHP and MySQL
HTTP error 500
It can not be downloaded