https://github.com/zellwk/endpoint-testing-example
https://github.com/zellwk/endpoint-testing-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zellwk/endpoint-testing-example
- Owner: zellwk
- Created: 2019-05-30T02:01:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:00:48.000Z (over 3 years ago)
- Last Synced: 2025-08-31T05:53:13.061Z (11 months ago)
- Language: JavaScript
- Size: 769 KB
- Stars: 47
- Watchers: 1
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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))