service api, page home, affiche categ,
install btsrap
This commit is contained in:
parent
4770bd2030
commit
e8a924144a
18 changed files with 166 additions and 9 deletions
28
db.json
Normal file
28
db.json
Normal 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é"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue