Skip to content

Food ordering app using FastAPI (REST + Jinja templates) and JSON as DB.

Notifications You must be signed in to change notification settings

bezareva/orderFood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orderFood

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.

API

  • GET / returns available food categories (template response)
  • GET /cart returns current order information (template response)
  • GET /menu/{category} returns items for chosen category (template response)
  • PUT /update_order async update of the current order
  • DELETE /clear_order async call used to cancel (and confirm) order

Sreenshots

Home page: home.png

Menu selection: menu.png

Order: order.png

About

Food ordering app using FastAPI (REST + Jinja templates) and JSON as DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published