Testing the Sign-up Endpoint
Explore how to test the sign-up API endpoint using Postman in a React application. Learn to create requests, set JSON request bodies, organize collections, and write test cases to verify server responses and data types effectively.
We'll cover the following...
We'll cover the following...
Press Run to load Postman
The Postman and login apps
Next, we need to boot up the login app using the following steps:
Click the “+” icon to open a new terminal.
Enter the command below in the newly created terminal:
cd with-passport-app-educative && npm run ...