Skip to content

Faiaz07/Product-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Management System

Overview

The Product Management System is a Java-based application designed to manage products. It allows users to view and keep track of products. The application is built using object-oriented programming principles connected to database through JDBC and demonstrates a clean separation of concerns with its service-oriented architecture.

Features

  • Add a new product
  • View details of a product
  • List all products
  • View out of warranty products

Special Implementation:

  • PostgreSQL is used as a RDMS.
  • JDBC is used to connect to the Database.
  • In the service class, the searching logics are written using Stream API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages