Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Thomas DUCLOS edited this page Mar 19, 2023 · 2 revisions

Java Shop App

Welcome to the wiki page for our school project: a Java shop app! This app was designed and developed by our team to provide a user-friendly shopping experience for customers.

Overview

The Java shop app is a desktop application built with JavaFX. It allows customers to browse products, add items to their cart, and complete their purchase. The app also provides an admin panel for managing product inventory, processing orders, and generating sales reports.

Features

Example :

  • User authentication: customers can create an account or log in to an existing one.
  • Product browsing: customers can view all available products or filter by category.
  • Shopping cart: customers can add items to their cart, adjust the quantity, and remove items.
  • Checkout: customers can complete their purchase by entering shipping and payment information.
  • Admin panel: administrators can manage product inventory, process orders, and generate sales reports.
  • Database integration: the app is integrated with a MySQL database to store customer and product information.

Technologies Used

  • Java 17
  • JavaFX
  • MySQL
Clone this wiki locally