Home
Softono
Medstore-Management-System

Medstore-Management-System

Open source PHP
13
Stars
1
Forks
2
Issues
1
Watchers
1 year
Last Commit

About 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.

Platforms

Web Self-hosted

Languages

PHP

Medstore-Management-System

ViewCount

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:

  1. Clone the repository:

     git clone https://github.com/drahulsingh/Medstore-Management-System.git
     cd Medstore-Management-System
  2. Set up the database:

    • Create a database named medstore.
    • Import the store.sql file into your database.
  3. 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.
  4. Start the server:

    • Use your preferred server setup (e.g., XAMPP, WAMP, MAMP, or a dedicated web server).

Usage

  1. Navigate to the login page:
    • http://localhost/Medstore-Management-System/login.php
  2. Log in with your credentials.
  3. Start managing your medical store's inventory, billing, and reports.