This project was a POS system for the New City Restaurant. The Pos system was developed by using Java (OOP), JavaFX and MySQL. This POS system is able to,
- Add, remove, and change food items details
- Add remove, and change admin and cashiers details
- Bill orders
- Print receipt
- Analyze the business
To set up this application follow these steps.
- Clone the project
git clone https://github.com/Priman-Gresli/Restaurant-management-system.git
- Build the project from the parent folder -
mvn clean install
- Run the AppInitializerWrapper class
java AppInitializerWrapper
- Create an admin for the business.
Project Demo