Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.04 KB

The Sweet Spot

  • It is a mini project based on java and SQL
  • Hibernate and Mapping is used

who will use this ?

Admin(Sweet shop Owner)
public(Customers)

Purpose:-

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

Admin role:-

  • 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

Facilities available for public:

  • 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

Tech Stack:

  • JAVA
  • Hibernate
  • MySQL