Skip to content

amanhuh/product-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Management System

A modern Java-based Product Management System with JavaFX Material UI and H2 Database.

Features

  • User Authentication with role-based access
  • Product Management (CRUD operations)
  • Order Management
  • Inventory Tracking
  • Low Stock Alerts
  • Modern Material UI
  • H2 Database Integration

Default Admin Credentials

  • Username: admin
  • Password: admin123

Requirements

  • Java 17 or higher
  • Maven

Running the Application

  1. Make sure you have Java 17+ and Maven installed
  2. Navigate to the project directory
  3. Run: mvn clean javafx:run

Database

The application uses H2 Database with file-based storage. The database file will be created automatically in the data directory when you first run the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages