Skip to content

deepakjn2003/dbms_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

E-Pharmacy Management System

This mini-project utilizes Python, SQL, and the Streamlit library to create a Pharmacy Database Management System (DBMS) application. The application will connect to a MySQL server using the MySQL Connector package in Python, providing a cursor to interact with the database. Streamlit will be used to create a graphical user interface (GUI) for the application, and Pandas DataFrame will handle the display of data in a tabular format.

Libraries used

  • Streamlit
  • Pandas
  • MySQL-Connector

Tables Created

1. Customers

Contains customer informations like name, address. phone, email and profile password

2. Drugs

Stores information related to drugs like Drug-name, id, expiry-date etc.

3. Orders

Contains informations of all the orders placed by customers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages