https://github.com/0xh3xa/inventory
Simple MVC inventory java swing application
https://github.com/0xh3xa/inventory
database-store java mysql
Last synced: about 1 year ago
JSON representation
Simple MVC inventory java swing application
- Host: GitHub
- URL: https://github.com/0xh3xa/inventory
- Owner: 0xh3xa
- Created: 2015-02-18T22:24:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T08:16:37.000Z (over 6 years ago)
- Last Synced: 2023-11-18T03:21:33.044Z (over 2 years ago)
- Topics: database-store, java, mysql
- Language: Java
- Homepage:
- Size: 3.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Inventory desktop swing application
##### MVC java database application using mysql DBMS
##### it's about store app.
-----------------------------------------------------
i have put database .sql file >> install
mysql>> CREATE DATABASE store;
mysql>> USE DATABASE store;
##### mysql>> SOURCE "path to file .sql";
=====================================================
##### database model in pdf to see how it's build
-----------------------------------------------------
it's using my classes to connect to database, password generator, excel export as report from jtable, etc.