Skip to content

prince-curie/use_debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Use_Debugger

This is the code base for an article explaining how to use the VS code's debugger.

Installation

This section is useful for debugging web APIs

  • Change directory from the root folder to the api folder cd api
  • run npm install
  • follow the article as it explains how to debug a web API.

Usage

  • URL: localhost:3000/add
  • HTTP method: POST
  • HTTP request body:
    {
        "data": [1,2,3,4]
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published