An open API service indexing awesome lists of open source software.

https://github.com/zellwk/endpoint-testing-example


https://github.com/zellwk/endpoint-testing-example

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://zellwk.com/blog/endpoint-testing))
2. Setup your database with Jest and Mongoose ([Part 2](https://zellwk.com/blog/jest-and-mongoose))
3. Seed your database automatically ([Part 3](https://zellwk.com/blog/seed-database))