You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👉🏾 First time contributing to this repo? START HERE 👈🏾
To be added as a curriculum contributor and be assigned the related issue, please kindly complete our contributor steps in order to have your PR addressing this issue merged.
For example, see the following section from the Lesson section:
Lesson
1. Introduction to testing and backend
1.1 Establishing some terminology
Before we get started, let's establish some ground rules for how we use terminology in this lesson.
Within the context of this lesson, a backend is an API that supports a collection of features. It often—but not always—exposes its interface through HTTP requests and returns JSON objects as responses.
A backend can refer to the service you're writing, but it can also be something your service depends on. For example:
A database may act as a backend to your service.
Your service could function as the backend for your users.
The GitHub API might be a backend your project relies on.
Key Terms
"Your project": This refers to the code you write for Node.js.
"API" / "API testing": This refers to your Node.js project that exposes its features to the world through an HTTP API. This term also includes the testing necessary to ensure proper handling of requests.
"Backend" / "Service": This refers to an API you call via HTTP, often from your project.
"Database": This is a specific backend your project uses to store and retrieve data.
Suggested Solution
Extreme editing, cutting down and removing unnecessary information.
Proof-reading of text.
The text was updated successfully, but these errors were encountered:
mai-repo
changed the title
Cutting and Proofreading Integration Testing Lesson Content
Removing Unnecessary Content and Proofreading Integration Testing Lesson Content
Jan 3, 2025
👉🏾 First time contributing to this repo? START HERE 👈🏾
To be added as a curriculum contributor and be assigned the related issue, please kindly complete our contributor steps in order to have your PR addressing this issue merged.
Page where problem found?
Type of problem
For example, see the following section from the
Lesson section
:Suggested Solution
The text was updated successfully, but these errors were encountered: