Name | url | method | description | mongoose method |
---|---|---|---|---|
INDEX | /foos | GET | list all foo objects | Foo.find |
NEW | /foos/new | GET | form page to create new foo | |
CREATE | /foos | POST | adds new foo | Foo.create |
SHOW | /foos/:id | GET | shows info for one foo | Foo.findById |
EDIT | /foos/:id | GET | form page to edit foo | |
UPDATE | /foos/:id | GET | updates info for one foo | Foo.findByIdAndUpdate |
DESTROY | /foos/:id | GET | deletes one foo | Foo.findByIdAndDelete |
-
Notifications
You must be signed in to change notification settings - Fork 0
License
awhite/YelpCamp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published