In this exercise, you use postman to hit the demo application(storefront) APIs which are written using the Python Django REST framework. For this exercise, I have used Azure Cloud Service and a similar methodology can be followed for AWS. Prerequisites You have to complete hop1 Azure and hop2 Azure Why…
Tag: postman
Manual way of creating StoreFront APIs using Postman collection
Back to project Creating/Adding Request to collection Common Steps for Every Request If you highlight the collection you created, you can see an ellipses icon. Click on the ellipses icon, and you will see a menu which has an “add request” option in it. Click on it. JWT Token API…