Skip to content

cbelsole/wishing-well

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published