0% found this document useful (0 votes)
12 views1 page

PROG3017 FullStack Lab3A

Uploaded by

absolutigahiga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

PROG3017 FullStack Lab3A

Uploaded by

absolutigahiga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Lab

PROG 3017 LAB 3A


FULL STACK PROGRAMMING

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

HTTP Essential Training. Retrieved September 25, 2019, from


https://www.linkedin.com/learning/http-essential-training

Learning REST APIs. Retrieved September 25, 2019, from


https://www.linkedin.com/learning/learning-rest-apis

Semester- Fall Year- 2024/2025 1 of 1

You might also like