This repository contain all the files related to Sales-Inventory-System, a project made using Java Spring Framework.
Sales-Inventory-System is a window application that maintains the records of all the selling and buying done by any organization.Also it helps to handle the data of employees and products by admin.
Various operations can be performed on the data using this window application.
The operations include :
1)Adding of details
2)Removing of details
3)Updating of details,etc.
On the backend a database is maintained using MySQL to store and retrive the data.