Skip to content

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.

Notifications You must be signed in to change notification settings

SohamMore100/Quora-RESTful-API-with-Express.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published