first commit
This commit is contained in:
parent
b216a187bd
commit
f73c77f548
119 changed files with 4504 additions and 4829 deletions
34
backend/data/projects.json
Normal file
34
backend/data/projects.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "test",
|
||||
"description": "test",
|
||||
"technologies": "test",
|
||||
"image": "test",
|
||||
"url": "test",
|
||||
"source": "test",
|
||||
"created_at": 1758087635.903851,
|
||||
"updated_at": 1758087635.903851,
|
||||
"status": [
|
||||
"En cours",
|
||||
"Terminé",
|
||||
"Futur projet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Maitre pokemon",
|
||||
"description": "je suis le maitre Pokemon avec les 8 badges en ma possesion",
|
||||
"technologies": "IT-PokeMaster",
|
||||
"image": "Masterball.png",
|
||||
"url": "Masterball.png",
|
||||
"source": "Pokepedia",
|
||||
"created_at": 1758089969.696575,
|
||||
"updated_at": 1758089969.696576,
|
||||
"status": [
|
||||
"En cours",
|
||||
"Terminé",
|
||||
"Futur projet"
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue