Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 657 Bytes

File metadata and controls

21 lines (13 loc) · 657 Bytes

Multitenant Shop Management Application

This application allows users to create their own shop profiles, manage products, and generate sales memos.

Technologies Used:

  • JSP (Java Server Pages)
  • Servlet
  • MySQL Database

Start your web server. Access the application URL in your web browser (e.g., http://localhost:8080/).

Features:

  • User Management: Users can register, login, and manage their profiles.
  • Shop Creation: Users can create their own shop profiles with details.
  • Product Management: Users can add, edit, and delete products within their shops.
  • Sales Memo Generation: Users can generate sales memos upon selling products.