All Entries will be under database 7miracle Collections name will be equal to societyname
https://society-app-backend.herokuapp.com/expensereport/addnewreport
{
"month": "April2019",
"societyname":"Greenpark"
}
https://society-app-backend.herokuapp.com/expensereport/addexpense
{
"month": "April2019",
"societyname":"Greenpark",
"name":"Security",
"amount":"8000"
}
https://society-app-backend.herokuapp.com/expensereport/addincome
{
"month": "April2019",
"name": "test",
"amount": "2150",
"type":"SUBSCRIPTION",
"societyname":"Greenpark"
}
{
"month": "April2019",
"name": "discount",
"amount": "2150",
"societyname":"Greenpark"
}
https://society-app-backend.herokuapp.com/expensereport/addmember
{
"name": "Ramesh",
"age":"24",
"societyname":"Greenpark"
}
https://society-app-backend.herokuapp.com/expensereport/updatemember
{
"id":"5c74d447d417c47538c237a2", //id of the member to update
"updateobj":{"age":"94"},
"societyname":"Greenpark",
"month": "April2019"
}