- Everyone should be on the Postman Turing student plan
- Recommended to have Mock Server start kit docs open in a separate tab
- Quick Demo of creating Workspaces
In your capstone teams:
Using Postman to Build Mock Servers for Collaboration
Sign up for a free student license: https://www.postman.com/company/student-program/
Introduction Creating a Workspace
{ | |
data: [ | |
{id: 12, name: 'cool item', description: 'its awesome'}, | |
{id: 30, name: 'cool item 2', description: 'its awesome'} | |
] | |
} |
User Story 1 - Chef Show Page
As a visitor
When I visit a chef's show page
Then I see the name of the chef
And I see the names and descriptions of all the chef's dishes
We are creating an application to track the maintenance of amusement park rides and mechanics working on those rides.
In this assessment, students will build an application to track sporting competitions, the teams in those competitions, and the players on those teams.