Testing the Sign-up Endpoint

Learn how to test the sign-up behavior.

Starting the application

Let's create a new request to test the sign-up endpoint for the login application. Execute the application below to start the Postman app:

Press Run to load Postman
The Postman and login apps

Next, we need to boot up the login app using the following steps:

  1. Click the “+” icon to open a new terminal.

  2. Enter the command below in the newly created terminal:

cd with-passport-app-educative && npm run
...
Access this course and 1400+ top-rated courses and projects.