https://github.com/sedagundogdu/pharmacy-system
Project built with Java Swing library and connected to database using MYSQL
https://github.com/sedagundogdu/pharmacy-system
java mysql-database swing
Last synced: 2 months ago
JSON representation
Project built with Java Swing library and connected to database using MYSQL
- Host: GitHub
- URL: https://github.com/sedagundogdu/pharmacy-system
- Owner: sedagundogdu
- License: apache-2.0
- Created: 2022-05-05T10:38:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T09:36:17.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T03:13:07.394Z (over 1 year ago)
- Topics: java, mysql-database, swing
- Language: Java
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharmacy-System
"Project built with Java Swing library and connected to database using MYSQL"
This was my term project for Java Programming.
After the login page user can access the menu. You can access operations such as adding and listing patients, adding and listing medicine on the program.
In addition part, information is taken and that's informations saved in database.
In listing part, you can list all patients and medicines on the table. You can delete and modify over the table and send these changes to the database.