https://github.com/zazi2002/garlion
Java-based food delivery application, which is project of Object-Oriented Programming course, simulates the process of ordering food from a restaurant.
https://github.com/zazi2002/garlion
java oop programming
Last synced: 7 months ago
JSON representation
Java-based food delivery application, which is project of Object-Oriented Programming course, simulates the process of ordering food from a restaurant.
- Host: GitHub
- URL: https://github.com/zazi2002/garlion
- Owner: ZaZi2002
- Created: 2024-09-09T06:25:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T06:39:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T10:44:34.195Z (over 1 year ago)
- Topics: java, oop, programming
- Language: Java
- Homepage:
- Size: 18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GARLION: Food Delivery Application
## Overview
This Java-based food delivery application simulates the process of ordering food from a restaurant. It allows users to browse a menu, place orders, and track their delivery status. The project is designed to demonstrate key object-oriented programming principles including inheritance, polymorphism, and encapsulation.

## Features
- **User Management:** Register and log in as a user.
- **Menu Browsing:** View and select items from a restaurant menu.
- **Order Placement:** Add items to the cart and place orders.
- **Order Tracking:** Track the status of current orders.
- **Restaurant Management:** Manage menu items and view orders