CS 347: Lecture 18 – Today App: Database + Web Service
Dear students:
Last time, we looked at the mechanics of web services using Express. Today we build up a non-toy web service for a time capsule application that lets the user track memories of each day. Behind our web service will be a MySQL database, and our service will have 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,