This repository contains a Postman collection for testing the endpoints of the API specification used in the thesis Performance and price comparison of three popular backend frameworks and the AWS serverless stack.
Follow these steps to test your implementation of the endpoints:
- Download the
postman_api_collection.json
file from the repository - Install Postman and open it
- Select File > Import and select the file
- The collection should now be available
- Replace the itemId of the
/getPrice
endpoint with the id in your database - Replace the initialPrimaryKey of the
/query
enpoint with your initial primary key - Click on the collection and go to the Runs tab, then click "Run Collection" and select all endpoints.
- Check that all tests succeeded
- Done! Now you can start performance testing your implementation!