Curl Studio

Setup

  1. clone this repository
  2. run the sample API with node

Your Tasks

To the locally hosted sample API make:

  • 3 different get requests
  • 3 different post requests

tip

This is a good chance to play around with various curl options. Try curl --help or man curl to see some of the available options.

Bonus Instructor Led Walkthrough

With remaining time your instructor will lead you through:

  • uninstall node & the sample API from your machine
  • run the sample API as a Docker container you can find it at this Dockerhub repository
  • make a GET and POST request to the locally hosted docker container