teaching machines

CS 347: Lab 16 – Follownet

October 25, 2021 by . Filed under fall-2021, labs, webdev.

Dear students:

Welcome to lab. Now’s your chance to apply the ideas you read about. Find a partner and complete as much of the task below as you can. At the end of our time together, paste your files into Crowdsource in order to receive credit.

Task 1

Create a database with two tables. The humans table has a record for each user in the network. Each record in this table stores a human’s username, screen name, and a unique ID. The followers table has a record for each human that follows another human. Each record in this table stores the ID of the follower and the ID of the followee.

Task 2

Create a web service that serves as an interface to the database. Add the following endpoints:

TODO

The next step of your learning is to complete the following tasks:

See you next time.

Sincerely,