- It is a mini project based on java and SQL
- Hibernate and Mapping is used
Admin(Sweet shop Owner)
public(Customers)
The main objective of this system is to maintain and manage detailed information of all the products in the shop and also store the information of Customers
- He can add a new Category
- He can add a new Product
- Product can be assigned to a specific category
- He can remove a Specifc Category and also the Products listed Inside of it.
- He can see the infomation of Customers
- He can create a new account
- He can Ligin with that account
- He view all the products in the shop
Upcoming Fatures
Customers can add product can cart
Customers can buy Products
Product Quantity
Product Quantity Decreases when customer buys it
- JAVA
- Hibernate
- MySQL