Skip to content

Medical Store Management System which is a Rolebased system with functionality like, cart checkout, discount coupon and basic CRUD operations.

Notifications You must be signed in to change notification settings

ankitapajai/Medical_Store_By_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Medical Store Management System

Description

A Medical Store Management System that allows users to register, log in, view, buy, add, update, and delete medicines. It includes an admin panel for managing the medicines, and a user panel for purchasing them. Additionally, the system supports a discount feature for users and handles zero stock medicines automatically.

Features

  • User Registration and Login: Users can create accounts, log in, and view their medicine purchase history.
  • Admin Panel: Admins can add, update, delete, and view medicines.
  • Medicine Management: Add new medicines, update existing ones, and remove out-of-stock medicines.
  • Medicine Purchase: Users can view available medicines, add them to their cart, and proceed with the purchase.
  • Discount Code: Users can apply a valid discount code to get a discount on their total purchase.
  • Purchase Ticket: A ticket is generated displaying the items purchased along with their total cost.

Technologies Used

  • Python
  • MySQL Database
  • bcrypt for password hashing
  • mysql-connector-python for MySQL database connection
  • datetime for managing expiry dates and current date validation

Setup

  1. Clone this repository:
    git clone https://github.com/yourusername/medical-store-management.git
    cd medical-store-management

About

Medical Store Management System which is a Rolebased system with functionality like, cart checkout, discount coupon and basic CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages