Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 444 Bytes

readme.md

File metadata and controls

27 lines (26 loc) · 444 Bytes

#Collections: ##Wishes:

{
  "amount": 0,
  "charityId": "some charity ID",
  "status": ["active", "rejected", "pending"],
  "userId": "some user ID",
  "text": "Some wish"
}

##Charities

{
  "name": "Charity name",
  "pendingDonations": 0,
  "donations": 0
}

#Pages

/          - home page
/charities - list of available charities
/users/:id - User page with list of user's Wishes
/wishes    - list of all wishes