Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartolem authored Aug 6, 2024
1 parent 636f60e commit 93286e8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The Fast Food Ordering System is a Java-based application that simulates an orde
## Table of Contents
* [Introduction](#introduction)
* [Used technologies](#used-technologies)
* [Dependencies](#dependencies)
* [Description](#description)
* [Features](#features)
* [Architecture](#architecture)
Expand All @@ -19,8 +20,14 @@ Working on this project was a valuable learning experience. I deepened my unders
* Java: The core programming language for the application.
* Swing: Used for building the graphical user interface.
* Maven: For project management and building.
* JDBC: Java Database Connectivity for interacting with the PostgreSQL database.
* PostgreSQL: Database for storing customer data, product information, and orders.
* JUnit 5: For unit testing the application's components.

## Dependencies
The project uses several dependencies managed through Maven:
* JDBC Driver: For PostgreSQL connectivity.
* iText: For PDF generation.
* JUnit: For unit testing the application's components.

## Description
The system allows customers to view the menu, add products to their orders, apply discounts, manage their accounts, and process orders. The graphical user interface (GUI) is built using Swing, and the application includes features such as customer registration, login, and point management for discounts.
Expand Down

0 comments on commit 93286e8

Please sign in to comment.