teaching machines

CS 268: Lecture 18 – Today Service

April 21, 2020 by . Filed under lectures, spring-2020, webdev.

Dear students:

We look at the mechanics of web services last time. Today we build up a non-toy web service for a time capsule application. Behind our web service will be a MySQL database, and our service will endpoints for the four common CRUD operations for operating on our database’s records: creating, rreading, updating, and deleting.

Here’s your TODO list:

See you next time.

Sincerely,