Extend database with more tables, rewrite API doc, improve API endpoints
This commit is contained in:
40
software/backend/data/brands.json
Normal file
40
software/backend/data/brands.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Lenovo"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Puma"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "George Orwell"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Aldous Huxley"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Dell"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Fender"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "ESP"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Pearl"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "Apple"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user