niemp296 / Sonder

A website where users can see locations in a map and how much they cost, and then plan a trip
0 stars 1 forks source link

Create new database api for planning boxes #85

Closed eddiekaung closed 4 years ago

eddiekaung commented 4 years ago

Estimated cost: Medium Acceptance criteria

Structure of returned object

[
   {"_id":   <ObjectId>,
    "name": <String>,
    "locations": <Array>
   },
   {...},
   {...},
]