Food ordering app using FastAPI (REST + Jinja templates) and JSON as DB.
Website enables user to go through the different menu pages, add items to the cart and create order/receipt.
GET /returns available food categories (template response)GET /cartreturns current order information (template response)GET /menu/{category}returns items for chosen category (template response)PUT /update_orderasync update of the current orderDELETE /clear_orderasync call used to cancel (and confirm) order


