An online medical inventory management system designed for medicine resellers.
MEDSERVE is a comprehensive inventory management system tailored for medical resellers. It simplifies the process of managing medicine stocks, tracking sales, and ensuring efficient inventory control.
- User-friendly interface
- Inventory tracking and management
- Sales billing and reporting
- Secure login and user management
- PHP
- MySQL
- Web server (e.g., Apache)
-
Clone the repository:
git clone https://github.com/eternalist10/MEDSERVE.git cd MEDSERVE -
Import the database:
Import `store.sql` into your MySQL database. -
Configure the database connection:
Update the database connection settings in `include/db.php`.
-
Deploy the application:
Place the application files on your web server and navigate to the project URL.
- Register and log in to the system.
- Add new medicines to the inventory.
- Manage stock levels and generate sales bills.
- Use the reporting feature to track sales and inventory.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -m 'Add your feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, feel free to contact:
- Repository Owner: eternalist10