REST API using Node.js and Express

REST API using Node.js and Express

REST stands for Representational State Transfer and defines a set of standards for web services.  It is an architectural style as well as an approach for communications purposes that is often used in various web services development.

You learn how to:

  • Create a web API .
  • Build an express server
  • Create request handlers with CRUD methods.
  • Configure routing, URL paths, and return values.
  • Call the web API with Postman.
  • Perform CRUD operations on API using Postman as API Client
  • Validate data for the API

Leave a Reply