This is a food ordering app developed using Java and JavaFX. The app allows users to place orders for food items, and restaurants to manage and fulfill those orders. The app is made to simulate the ordering on the client-side and the restaurant management on the admin-side.
- Users can view the menu and select food items to order
- Add a new restaurant
- Update existing restaurants
- Delete existing restaurants
- Add and remove menu items
- Input your info and log in
- Add items to cart
- Go to the cart, proceed to checkout
- Log in using:
Username: Admin
Password: 1234
- Try any of the CRUD operations available
One of the most frustrating projects I had to do. In the end, I learned a lot and am more comfortable with unfamiliar technologies.