service api, page home, affiche categ,

install btsrap
This commit is contained in:
Thomas Cardon 2022-01-19 00:20:14 +01:00
parent 4770bd2030
commit e8a924144a
18 changed files with 166 additions and 9 deletions

28
db.json Normal file
View file

@ -0,0 +1,28 @@
{
"types": [
{
"id_type": "1",
"libelle": "Pizzeria"
},
{
"id_type": "2",
"libelle": "Créperie"
},
{
"id_type": "3",
"libelle": "Boulangerie"
},
{
"id_type": "4",
"libelle": "Kebab"
},
{
"id_type": "5",
"libelle": "Thaï"
},
{
"id_type": "6",
"libelle": "Supermarché"
}
]
}