postmanlabs / pmquickstarts

Follow along with our tutorials to get you up and running with Postman.
Apache License 2.0
5 stars 13 forks source link

Open API + Node + Databases #38

Closed LetMyPeopleCode closed 1 year ago

LetMyPeopleCode commented 1 year ago

Adds two Quickstarts that include:

  1. Installing Node & MySQL or Postgres, then creating a database for the API code
  2. Defining an API in OpenAPI 3, adding it to Postman and generating stub code
  3. Fleshing out the stub code for the GET (full code available at links in the docs)
  4. Generating a collection from the API definition and sending requests to the API
LetMyPeopleCode commented 1 year ago

Made the edit based on the linting in "remove unused file, grammar correction" commit.