- Added Composite Design pattern in both
- Added an interface Composite.java
- Implemented FUnctions to add a product and category via a single function
- Making use of recursive calls in composite and as well in printing methods
- Reading and writing of products and categories are done
- Products writing is done in products.csv
- Categories are written in categories.csv
- Data is successfully loading in the classes (logic layer)
- Created the schema for the application
- Added the Database connection classes
- Added mysql connector jar file
- Added a script for the creation of the DB script.sql