CSE 341: Web Services

W01 Individual Activity: Develop an API

Special Instructions for this Week's Activity

Each week will contain a team activity. These activities are designed to take about one hour and should be completed by multiple people working together.

You will need to gather for a synchronous video call, where everyone can see the code that is being written and help contribute.

For this lesson, because the teams may not be fully defined you will work on the activity individually, but you are encouraged to collaborate with others by asking and answering questions in the course discussion.

Overview

Purpose: Develop an API for an existing frontend.

To complete this assignment, you will create a backend for a frontend that is already complete. After building your API endpoints, you will be able to use the frontend to both test it and to see your data in action.

After completing the assignment or spending an hour on it, please review the solution and solution video below. Please note that there are many different ways to accomplish what is being asked and this is simply one way to do things. The following code is also a very good starting point for projects.

Sample Solution

Video Walkthrough:

Submission

When you are finished:

Other Links: