Skip to content

Instantly share code, notes, and snippets.

@danared
Created December 23, 2015 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danared/1b0ba202d73f6a547710 to your computer and use it in GitHub Desktop.
Save danared/1b0ba202d73f6a547710 to your computer and use it in GitHub Desktop.
//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