Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 684 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 684 Bytes

Devops_SRE_Exam

Cafeteria System

A web system developed with Flask in Python that allows users to view the cafeteria menu, select products by code and add to the order.

Requirements

Make sure you have the following requirements installed in your development environment:

  • Python 3.x
  • Flask (install via pip install flask)

When accessing the application, you will see the cafeteria menu with the available products and their respective codes. Enter the desired product code in the selection box and click "Add to Order" to add the product to the current order. The order will be displayed below the menu, showing the selected products and the total amount to be paid.