-
Notifications
You must be signed in to change notification settings - Fork 0
A RESTful API typically exposes resources as URLs, and supports a set of operations (called CRUD operations) for interacting with those resources :- Create (POST): Create a new resource. Read (GET): Retrieve an existing resource. Update (PUT/PATCH): Update an existing resource. Delete (DELETE): Remove an existing resource.
SohamMore100/Quora-RESTful-API-with-Express.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
A RESTful API typically exposes resources as URLs, and supports a set of operations (called CRUD operations) for interacting with those resources :- Create (POST): Create a new resource. Read (GET): Retrieve an existing resource. Update (PUT/PATCH): Update an existing resource. Delete (DELETE): Remove an existing resource.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published