Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.08 KB

Simplify

Simplify is a restaurant management desktop application achieved during a software engineering course at Polytech Montpellier.


Description

This application contains twelve use cases:

  • Account management
  • Reservation management
  • Payment management
  • Restaurant management
  • Table management
  • Placement management
  • Notification management
  • Cart management
  • Event management
  • Opinion management
  • Meal management
  • Delivery management

The user interface uses JavaFX and the database is managed by PostgreSQL


Launch

To launch the application, you need to have a PostgreSQL database running with necessary tables (one is already available online). You can then launch the application by running the Main class in the directory src/main/java/project.


Documentation

If you want to know more about the application, you can read the documentation in the directory src/doc. You can also check the UML diagrams in the directory diagrammes.


Created by Thomas, Ayoub, Salim, Emma.