Endpoint Testing Example

This repository contains the code used for Zell's article series on Endpoint testing. It shows you how to:

  1. Connect to endpoints through a test (Part 1)
  2. Setup your database with Jest and Mongoose (Part 2)
  3. Seed your database automatically (Part 3)