IMPORTANT: 🚫 Do not modify imported request configurations without explicit instructions.
-
Install Dependencies: Use
npm install
to install all dependencies. -
Import the Collection: Import the collection
./data/thunder_client/thunder-collection_exercise1-api.json
into Thunder Client. -
Start Server: Use
npm start
to launch the Express server. -
Send Request: Send a request
/health
from the imported Testing collection. -
Review Errors: Carefully examine errors thrown by tests in the
Results
tab in theRESPONSE
panel of Thunder Client. Modify./app.js
as needed to pass all tests. -
Inspect Scripting: If necessary, examine the
Test/Scripting
tab in theREQUEST
panel of Thunder Client for guidance. -
Completion: Once finished, proceed to the next exercise by executing:
git checkout exercise2