Skip to content

leodeg/Java.InventoryManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System

This uses following libraries/frameworks

  • OpenJDK 11
  • JavaFX 11
  • Hibernate

Requirements:

  • Java
  • MySQL Server

How to set up a database

  • Download MySQL dump files - download files
  • Create a scheme in the local database with a name "inventory_management_system"
  • Import the dump files to the scheme
  • For the server as the login and the password used "root"
  • Or change the connection configurations in the "persistence.xml" file

How to run the application

From the IDE
  • Clone/Download the project and import into IDE - download
  • Run MySQL server
  • Run com.main.Main as Java Application
Using jar
  • Download the project jar archive - download
  • Run MySQL server
  • Run "run_project.cmd" from the downloaded archive

Statistics Statistics

About

Inventory Management System

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published