Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 631 Bytes

README.md

File metadata and controls

33 lines (30 loc) · 631 Bytes

FoodStacks 🍕

CLI food delivery app using JDBC

Classes:

  • Address
  • Cart
  • User
  • Client
  • Owner
  • Driver
  • Order
  • Delivery
  • Restaurant
  • Menu
  • Dish
  • Review

Some of the actions:

  • Client can:
    • register and log in
    • add, get, edit, remove his addresses
    • add/remove restaurant to/from favourites
    • add/remove to/from cart
    • finish order/delivery
    • leave a review on a dish/restaurant that he has ordered before
  • Owner can:
    • register and log in
    • add/remove/edit restaurants
    • add/remove/edit menus
    • add/remove/edit dishes
  • Driver can:
    • see the deliveries assigned to him today