Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 431 Bytes

File metadata and controls

18 lines (12 loc) · 431 Bytes

watchshop

WatchShop is an eCommerce website for selling watches and accessories

Website: https://watchshop.live/

Design pattern

MVC provides Model-View-Controller architecture to develop flexible web applications

  • Model carries application data
  • View renders User interface (UI)
  • Controller takes care of processing user requests and calling back-end services.

Technology

  • JSP/Servlet
  • PostgreSQL
  • JPA/Hibernate