This is a standalone application that can be used in institutions and office spaces to maintain and effectively keep track of the resource utilisation by the employees of your company.
Team:
Alvin Varghese
Anson Anthrayose Thomas
Sreerag M
Vignesh R Pillai
(RIT, Kottayam)
Download the project zip file from
https://github.com/alvin1904/MYSQL-Inventory-Mgmt-System
Extract the zip.
mysql -u root -p
(Enter password)
source /<path>/public/mysqlref.sql
This loads the database and tables used.
cd dist/
java -jar InventoryMngmt.jar
This runs the jar file.
Client: Java (using NetBeans IDE)
Server: MySQL Community Server