Assignments > Tutorial 7: Get Started on HW3: GET, POST, and DELETE
Due on Wed, 11/06 @ 11:59PM. 6 Points.
Video Walkthroughs
The folder of videos can be found here. I’ve also linked them individually:
- from 11/1 lecture Set Up
- from 11/1 lecture Retrieving Posts
- from 11/1 lecture Rendering the Post (Part 1)
- New Rendering the Post (Part 2)
- New Rendering the Post (Part 3): Comments
- New Rendering the Post (Part 4): Buttons
- New Creating Bookmarks
- New Deleting Bookmarks
Introductory Slides
Overview
In this tutorial, we will be getting started on some concepts that should help you in Homework 3. Specifically, we will:
- Set up the HW3 starter files.
- Learn how to authenticate to the Photo App REST API.
- Fetch data from the API to display on a web page.
- Create data using the API.
- Delete data using the API.
What to Submit
To submit this tutorial, please create a link from your homepage to your Homework 3 web page (see Sarah’s homepage for an example). Then, commit and push all of your edits to GitHub and, paste a link to your GitHub Repository and to your GitHub pages in the Moodle submission for Tutorial 7.
- To get full credit for this assignment, you should have (at least) the “Posts Panel” partially implemented, as well as the ability to add and remove bookmarks from a post.
- If you collaborated with someone, please list your partner’s name in the comments section.