view source
Using Postman to Test an Express.js Router for a Mobile Application Endpoint
In this article we will implement and test the server-side endpoints that will route the user registration and user authentication HTTP requests from a meeting room booking mobile application. The endpoints will route these requests to the Node.js Controller module that we built and tested in the previous article of this series.
Advertisement