Skip to content

maadiab/tasty-click

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tasty-click

food order application for one restaurant

Databse Tables

  • users (id,name,username,mobile,email,password,type)
  • customers (id,name,mobile,email,password)
  • foods (id,name,price,picture,category)
  • orders (id,customer_id,created_at,updated_at,status)
  • joining foods with orders foods_orders (order_id,customer_id,food_id,quantity)
  • setting (name,address,phone)
  • addrsses (id,customer_id,home_addr,work_addr,other_addr,description)

About

food order application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages