Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 2.25 KB

README.md

File metadata and controls

33 lines (24 loc) · 2.25 KB

Getting Started

A simple Coffee Shop Management System by using JavaFX. It is designed to make it easier for Customer to make an order by themselves and for Seller to calculate profits per month and so on. In this system, there are 3 Roles:

  • Admin: can manage system, add user, check dashboard, ....
  • Cashier: can accept the payment and push the order to Barista or decline the payment if there is some problem with the customer
  • Barista: can accept the order and make drink based on their order.

image image image image image image image image image image image

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the bin folder by default.

If you want to customize the folder structure, open .vscode/settings.json and update the related settings there.

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.