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

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.
11Updated 7 months ago

Related projects

Alternatives and complementary repositories for Quora-RESTful-API-with-Express.js