lc9900 / capstone

Capstone project for fullstack
1 stars 1 forks source link

accounting for new venue #66

Closed lc9900 closed 7 years ago

lc9900 commented 7 years ago

Run npm install first Added lat, and lng as STRINGs to the Place model. When updating meetup, here's what req.body needs to be --

{
    "googleId": "12345", 
    "status": "accepted", 
    "originId": 2, 
    "userId": 2,
    "name": "Gotham",
    "address": "123 Batman Drive",
    "lat": "60.12312252343234",
    "lng": "-84.12341351341234"
}