laravel almost done

This commit is contained in:
Alexis Bruneteau 2025-06-18 23:49:55 +02:00
parent 3d27f52dee
commit fc9431db44
2035 changed files with 13923 additions and 1480 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
data/
.idea/
# ---> Python # ---> Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

View File

@ -1,2 +1,10 @@
# SOA # SOA
# Public API:
## Routes :
```
GET|HEAD api/artists
GET|HEAD api/galleries
GET|HEAD api/galleries/{gallery}/artworks
```

View File

@ -0,0 +1,11 @@
meta {
name: Artists
type: http
seq: 3
}
get {
url: {{URL}}/api/artists
body: none
auth: inherit
}

View File

@ -0,0 +1,11 @@
meta {
name: Galleries
type: http
seq: 1
}
get {
url: {{URL}}/api/galleries
body: none
auth: inherit
}

View File

@ -0,0 +1,11 @@
meta {
name: Gallery Artwork
type: http
seq: 2
}
get {
url: {{URL}}/api/galleries/{{gallery_id}}/artworks
body: none
auth: inherit
}

View File

@ -0,0 +1,8 @@
meta {
name: Public
seq: 2
}
auth {
mode: inherit
}

9
bruno/SOA/bruno.json Normal file
View File

@ -0,0 +1,9 @@
{
"version": "1",
"name": "SOA",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View File

@ -0,0 +1,4 @@
vars {
gallery_id: 6
URL: http://localhost:8000
}

View File

@ -1 +0,0 @@
15

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More