gitattributes
This commit is contained in:
9
.gitattributes
vendored
Normal file
9
.gitattributes
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
# These files should have specific line endings
|
||||
*.sh text eol=lf
|
||||
|
||||
# These files are binary and should be left untouched
|
||||
# (binary is a macro for -text -diff)
|
||||
*.jpeg binary
|
||||
@@ -1,8 +1,9 @@
|
||||
# Exercice MongoDB
|
||||
|
||||
```shell
|
||||
git clone https://sources.neotech.fr/Universite/nosql-document.git
|
||||
docker compose up -d 'mongodb' --build
|
||||
docker exec -it sql-mongodb-1 mongosh --username admin
|
||||
docker exec -it nosql-document-mongodb-1 mongosh --username admin
|
||||
```
|
||||
|
||||
Changer de base de données
|
||||
|
||||
13
item.json
13
item.json
@@ -7,6 +7,10 @@
|
||||
"L / 172-182 cm",
|
||||
"XL / 180-195 cm"
|
||||
],
|
||||
"categories": [
|
||||
"VTT",
|
||||
"Tout Suspendu"
|
||||
],
|
||||
"name": "VTT Tout Suspendu Cannondale Jekyll 2 Shimano Deore 12V 29″ Gris / Bleu",
|
||||
"manufacturer": { "@type": "Organization", "name":"Cannondale" },
|
||||
"color": "Gris / Bleu",
|
||||
@@ -45,9 +49,14 @@
|
||||
"additionalProperty": {
|
||||
"genre": "Mixte",
|
||||
"matière du cadre": "Aluminium",
|
||||
"groupe": { "name": "Shimano Deore 12V", "manufacturer": { "@type": "Organization", "name": "Shimano" } }
|
||||
"groupe": {
|
||||
"name": "Shimano Deore 12V",
|
||||
"manufacturer": {
|
||||
"@type": "Organization",
|
||||
"name": "Shimano"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"geometries": [
|
||||
{
|
||||
"taille cadre": "S",
|
||||
|
||||
Reference in New Issue
Block a user