https://github.com/leonardpepa/segaleo
Segaleo is an ordering application (Personal Digital Assistant) that exists in every room of a hotel unit. This application facilitates the delivery of room service menu items to the customer, as well as the immediate booking of activities.
https://github.com/leonardpepa/segaleo
delivery food gui gui-application hotel hotel-management-system hotel-ordering-app java leonard leonardpepa leonarnt pepa swing uom
Last synced: about 2 months ago
JSON representation
Segaleo is an ordering application (Personal Digital Assistant) that exists in every room of a hotel unit. This application facilitates the delivery of room service menu items to the customer, as well as the immediate booking of activities.
- Host: GitHub
- URL: https://github.com/leonardpepa/segaleo
- Owner: Leonardpepa
- Created: 2021-04-12T19:21:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T16:19:35.000Z (over 4 years ago)
- Last Synced: 2025-04-09T08:40:01.247Z (6 months ago)
- Topics: delivery, food, gui, gui-application, hotel, hotel-management-system, hotel-ordering-app, java, leonard, leonardpepa, leonarnt, pepa, swing, uom
- Language: Java
- Homepage: https://github.com/Leonardpepa/Segaleo
- Size: 36.2 MB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Segaleo
Segaleo is an ordering application (Personal Digital Assistant) that exists in every room of a hotel unit. This application facilitates the delivery of room service menu items to the customer, as well as the immediate booking of activities.## Univeristy Of Macedonia
This project was created for the needs of our Software Engineering lessons in University of Macedonia. The team consists of 10 students who worked together to write code and compose any deliverable assignments throughout the semester.## Team
* [Αμπατζίδου Ελισάβετ](https://github.com/ElisavetAmpatzidou)
* [Δασύρα Ευμορφία-Ελπίδα](https://github.com/EvitaDasyra)
* [Λούστα Αραβέλλα](https://github.com/aravellalousta)
* [Μιχαλόπουλος Φίλιππος-Ιωάννης](https://github.com/PhilMichalopoulos)
* [Μούτσα Μικέλ](https://github.com/Mikel-Moutsa)
* [Μπλάγας Ιωάννης](https://github.com/Johnblagas)
* [Πέπα Λέοναρντ](https://github.com/Leonardpepa)
* [Πρίντεζης Αντώνης](https://github.com/AntonisPrintezis)
* [Τσακατάνης Χρήστος-Γερμανός](https://github.com/ChrisTsak64)
* [Φιρέζ Δαυίδ](https://github.com/DavidFirez)## Instalation
```terminal
clone the repository with git clone https://github.com/Leonardpepa/Segaleo.git
you can run the program by navigating to Segaleo with cd Segaleo
and run main.java inside the src/aplication/main
Or open the segaleo.jar (needs to be in the same folder with the project to run)
```