Created
December 23, 2015 15:40
-
-
Save danared/1b0ba202d73f6a547710 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//brazil team | |
node.js | |
focus on 4 languages | |
portuguese | |
spanish | |
french | |
dutch - yes, surinam and the duct antilles are located in SA! | |
schema design for present requests | |
{ | |
_id: "surf_board_12334244", | |
color: "azul e amarelo", | |
size: "M" | |
present_for: "Ze Pequeno", | |
address: { | |
street: "Rua Noe 10", | |
city: "Cidade de Deus" | |
zip: "22773-410 - RJ", | |
geo: { | |
"type": "Point", | |
"coordinates": [ | |
-43.36263209581375, | |
-22.949136390313374 | |
] | |
} | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment