Medstore-Management-System
Welcome to the Medstore Management System! This repository contains the source code for a comprehensive management system designed for medical stores. This system helps in managing inventory, billing, user profiles, and generating reports efficiently.
Features
- Inventory Management: Add, update, and manage medical inventory seamlessly.
- Billing System: Generate and manage bills for customers.
- User Profiles: Manage user accounts and settings.
- Reports Generation: Generate various reports for better management and decision making.
- User Authentication: Secure login and logout functionality.
Table of Contents
Installation
To install and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/drahulsingh/Medstore-Management-System.git cd Medstore-Management-System -
Set up the database:
- Create a database named
medstore. - Import the
store.sqlfile into your database.
- Create a database named
-
Configure your server settings:
- Ensure your server is running PHP and has access to a MySQL database.
- Update the database configuration in the project files as needed.
-
Start the server:
- Use your preferred server setup (e.g., XAMPP, WAMP, MAMP, or a dedicated web server).
Usage
- Navigate to the login page:
http://localhost/Medstore-Management-System/login.php
- Log in with your credentials.
- Start managing your medical store's inventory, billing, and reports.