/example-postman-mocked-request-body

Postman mocked request body example.

Primary LanguageJavaScript

In the project directory, you can run npm start to run the app in development mode. You can then open http://localhost:3000 to view it in the browser.

  • The traditional link at the top will load a login form that uses traditional HTTP form with a POST action to login.
  • The scripted link at the top will load a login form that uses javascript for all login logic.
  • The text box at the top is where you can input the mocked API URI to use while logging in with either method.

This project was bootstrapped with Create React App.