This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Thomas DUCLOS edited this page Mar 19, 2023
·
2 revisions
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.
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.
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.
- Java 17
- JavaFX
- MySQL