Day 9: NodeJS - Creating our own REST API
What's a REST API?
REST stands for "REpresentational State Transfer". Whenever a client wants to connect to the server, the client can do so with the help of these REST endpoints which are given by the server. The server provides REST endpoints so th...
saketsk.hashnode.dev8 min read