PROG3017 FullStack Lab3A
PROG3017 FullStack Lab3A
Prerequisites
Make sure that you have your Postman or similar client ready to perform your actions
against your endpoint.
Instructions
1. Watch the LinkedIn Learning Video Series called HTTP Essential Training. The series is
fifty (50) minutes in length. I suggest watching at 1.25x speed. Demonstrate that you
have completed watching this series and that you answered the quiz questions at the end
of the chapters.
2. Watch the LinkedIn Learning Video Series called Learning REST APIs. The series is
sixty-eight (68) minutes in length. I suggest watching at 1.25x speed. Demonstrate that
you have completed watching this series and that you answered and quiz questions at the
end of chapters.
3. Based on the example code demonstrated and provided in class.
a. If you haven’t already done so, export the dataset that you created for your
Assignment 1 into a JSON file. Make sure you format it correctly so that json-
server can read it. (give the array a name, and wrap the entire named array in
curly braces)
b. Using the same in-class steps used to execute an API for our Pokemon JSON
data, run the json-server npm package against your JSON file and demonstrate
using Postman or similar how to execute RESTful commands against your
dataset.
References