CS396: Spring 2021

Intro to Web Development

CS396: Spring 2021

Schedule > Integrating MongoDB with your REST API

Week 3: Wed, Apr 14
Exercise Files

Today we will be talking a bit more about promises and handling asynchronous functions.

Slides

Lecture Video(s)

Readings

  1. Another resource on promises.
  2. Using async / await with promises.
  3. Promises and "thenables" using Mongoose.