dluks82 / java-snack-manager

Terminal-based Java application for managing orders and inventory in a snack delivery service. Features include user login, cart management, inventory control, and order status simulation. Includes an admin profile for overseeing orders and inventory.
MIT License
0 stars 0 forks source link

Configure the in-memory database #3

Closed dluks82 closed 2 weeks ago

dluks82 commented 2 weeks ago

Implement and configure an in-memory database to store snack menu items and orders during development.

dluks82 commented 2 weeks ago

done