Setup MongoDB with Mongoose in Express and deploy on Zeit
https://mongoose-nodejs.nghiweb.now.sh/api/v1/users/
https://mongoose-nodejs.nghiweb.now.sh/api/v1/users/:id
https://mongoose-nodejs.nghiweb.now.sh/api/v1/users/
Body:
{
"name": "John Clare",
"email": "johnclare@gmail.com",
"age": 34
}
https://mongoose-nodejs.nghiweb.now.sh/api/v1/users/:id
Body:
{
"name": "John Clare",
"email": "johnclare@gmail.com",
"age": 34
}